Skip to main content
Module

x/denocordts/deps.ts>APIGuildCreatePartialChannel

An Object Oriented Discord API wrapper for Deno.
Latest
type alias APIGuildCreatePartialChannel
import { type APIGuildCreatePartialChannel } from "https://deno.land/x/denocordts@1.2.0/deps.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"
>> & AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ name: string; id?: number | string; parent_id?: number | string | null; permission_overwrites?: APIGuildCreateOverwrite[]; }>