Table of Contents

Interface IGuildIntegrationCreateShardedGatewayHandler

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 IGuildIntegrationCreateShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: GuildIntegrations
Optional Intents: None

Methods

HandleAsync(GatewayClient, GuildIntegrationEventArgs)

ValueTask HandleAsync(GatewayClient client, GuildIntegrationEventArgs arg)

Parameters

client GatewayClient
arg GuildIntegrationEventArgs

Returns

ValueTask