Skip to main content
Module

x/discord_api_types/v9.ts>APIGuildCreatePartialChannel

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias APIGuildCreatePartialChannel
import { type APIGuildCreatePartialChannel } from "https://deno.land/x/discord_api_types@0.37.11/v9.ts";
definition: StrictPartial<DistributivePick<APIGuildChannelResolvable,
| "type"
| "topic"
| "nsfw"
| "bitrate"
| "user_limit"
| "rate_limit_per_user"
| "default_auto_archive_duration"
| "position"
| "rtc_region"
| "video_quality_mode"
| "flags"
| "default_reaction_emoji"
| "available_tags"
| "default_sort_order"
>> & AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ name: string; id?: number | string; parent_id?: number | string | null; permission_overwrites?: APIGuildCreateOverwrite[]; }>