Interface IGuildIntegrationUpdateShardedGatewayHandler
Sent when an integration is updated.
The inner payload is an integration object with a set GuildId.
public interface IGuildIntegrationUpdateShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: GuildIntegrations
Optional Intents: None
Methods
HandleAsync(GatewayClient, GuildIntegrationEventArgs)
Handles the gateway event.
ValueTask HandleAsync(GatewayClient client, GuildIntegrationEventArgs arg)
Parameters
clientGatewayClientThe gateway client that represents the shard that received the event.
argGuildIntegrationEventArgsThe event argument.