Skip to main content
Module

x/discord_api_types/rest/mod.ts>RESTPatchAPIChannelJSONBody

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias RESTPatchAPIChannelJSONBody
import { type RESTPatchAPIChannelJSONBody } from "https://deno.land/x/discord_api_types@0.37.2/rest/mod.ts";
definition: AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ name?: string; type?: ChannelType.GuildNews | ChannelType.GuildText; position?: number | null; topic?: string | null; nsfw?: boolean | null; rate_limit_per_user?: number | null; bitrate?: number | null; user_limit?: number | null; permission_overwrites?: APIChannelPatchOverwrite[] | null; parent_id?: Snowflake | null; rtc_region?: string | null; video_quality_mode?: VideoQualityMode | null; archived?: boolean; auto_archive_duration?: ThreadAutoArchiveDuration; locked?: boolean; default_auto_archive_duration?: ThreadAutoArchiveDuration; invitable?: boolean; }>