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;}