export type GatewayChannelModifyDispatchData = APIChannel & {  type: Exclude<GuildChannelType, ThreadChannelType>;  guild_id: Snowflake;};https://discord.com/developers/docs/topics/gateway-events#channel-create https://discord.com/developers/docs/topics/gateway-events#channel-update https://discord.com/developers/docs/topics/gateway-events#channel-delete