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)
ValueTask HandleAsync(GuildIntegrationEventArgs arg)