Discord.https - v3.0.16
    Preparing search index...

    Type Alias RESTAPIGuildCreatePartialChannel

    RESTAPIGuildCreatePartialChannel: _StrictPartial<
        _DistributivePick<
            RESTAPIGuildChannelResolvable,
            | "available_tags"
            | "bitrate"
            | "default_auto_archive_duration"
            | "default_forum_layout"
            | "default_reaction_emoji"
            | "default_sort_order"
            | "default_thread_rate_limit_per_user"
            | "flags"
            | "nsfw"
            | "position"
            | "rate_limit_per_user"
            | "rtc_region"
            | "topic"
            | "type"
            | "user_limit"
            | "video_quality_mode",
        >,
    > & {
        id?: number
        | string;
        name: string;
        parent_id?: number | string | null;
        permission_overwrites?: RESTAPIGuildCreateOverwrite[];
    }