Table of Contents

Interface IGuildIntegrationCreateGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll

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

arg GuildIntegrationEventArgs

The event argument.

Returns

ValueTask