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