Preview environment

typealias GatewayIntegrationUpdateDispatchData

export type GatewayIntegrationUpdateDispatchData = APIGuildIntegration & {  guild_id: Snowflake;};

https://discord.com/developers/docs/topics/gateway-events#integration-update

Union Members

APIGuildIntegration & { guild_id: Snowflake;}