Interface IGuildIntegrationCreateGatewayHandler
Sent when an integration is created.
The inner payload is an integration object with a set GuildId.
public interface IGuildIntegrationCreateGatewayHandler : IGatewayHandler
Remarks
Required Intents: GuildIntegrations
Optional Intents: None
Methods
HandleAsync(GuildIntegrationEventArgs)
Handles the gateway event.
ValueTask HandleAsync(GuildIntegrationEventArgs arg)
Parameters
argGuildIntegrationEventArgsThe event argument.