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