discord-api-types

typealias GatewayChannelModifyDispatchData

export type GatewayChannelModifyDispatchData = APIChannel & {  type: Exclude<GuildChannelType, ThreadChannelType>;  guild_id: Snowflake;};

See also: https://discord.com/developers/docs/topics/gateway-events#channel-createhttps://discord.com/developers/docs/topics/gateway-events#channel-updatehttps://discord.com/developers/docs/topics/gateway-events#channel-delete

APIChannel & { type: Exclude<GuildChannelType, ThreadChannelType>; guild_id: Snowflake;}
VercelCloudflare
Community
DiscordGitHub discussions
Project
discord.jsdiscord.js documentationdiscord-api-types