@typed-discord/rest
    Preparing search index...

    Interface GuildTemplateChannelResponse

    interface GuildTemplateChannelResponse {
        available_tags: GuildTemplateChannelTags[] | null;
        bitrate: number;
        default_auto_archive_duration: ThreadAutoArchiveDuration | null;
        default_forum_layout: ForumLayout | null;
        default_reaction_emoji: DefaultReactionEmojiResponse | null;
        default_sort_order: ThreadSortOrder | null;
        default_tag_setting: ThreadSearchTagSetting | null;
        default_thread_rate_limit_per_user: number | null;
        id: number | null;
        name: string | null;
        nsfw: boolean;
        parent_id: `${bigint}` | null;
        permission_overwrites: ChannelPermissionOverwriteResponse[];
        position: number | null;
        rate_limit_per_user: number;
        template: string;
        theme_color: number | null;
        topic: string | null;
        type: GUILD_TEXT | GUILD_VOICE | GUILD_CATEGORY | GUILD_FORUM;
        user_limit: number;
    }
    Index

    Properties

    available_tags: GuildTemplateChannelTags[] | null
    bitrate: number
    default_auto_archive_duration: ThreadAutoArchiveDuration | null
    default_forum_layout: ForumLayout | null
    default_reaction_emoji: DefaultReactionEmojiResponse | null
    default_sort_order: ThreadSortOrder | null
    default_tag_setting: ThreadSearchTagSetting | null
    default_thread_rate_limit_per_user: number | null
    id: number | null
    name: string | null
    nsfw: boolean
    parent_id: `${bigint}` | null
    permission_overwrites: ChannelPermissionOverwriteResponse[]
    position: number | null
    rate_limit_per_user: number
    template: string
    theme_color: number | null
    topic: string | null
    user_limit: number