Table of Contents

Interface IGuildIntegrationDeleteShardedGatewayHandler

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

Sent when an integration is deleted.

public interface IGuildIntegrationDeleteShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: GuildIntegrations
Optional Intents: None

Methods

HandleAsync(GatewayClient, GuildIntegrationDeleteEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, GuildIntegrationDeleteEventArgs arg)

Parameters

client GatewayClient

The gateway client that represents the shard that received the event.

arg GuildIntegrationDeleteEventArgs

The event argument.

Returns

ValueTask