stoatbot.js
    Preparing search index...

    Interface CreateChannelOptions

    interface CreateChannelOptions {
        description?: string;
        name: string;
        nsfw?: boolean;
        type?: "Text" | "Voice";
        voice: { max_users?: number };
    }
    Index

    Properties

    description?: string
    name: string
    nsfw?: boolean
    type?: "Text" | "Voice"
    voice: { max_users?: number }