export type GatewayIntegrationUpdateDispatchData = APIGuildIntegration & { guild_id: Snowflake;};
https://discord.com/developers/docs/topics/gateway-events#integration-update
APIGuildIntegration & { guild_id: Snowflake;}
export type GatewayIntegrationUpdateDispatchData = APIGuildIntegration & { guild_id: Snowflake;};
https://discord.com/developers/docs/topics/gateway-events#integration-update