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)

ValueTask HandleAsync(GatewayClient client, GuildIntegrationDeleteEventArgs arg)

Parameters

client GatewayClient
arg GuildIntegrationDeleteEventArgs

Returns

ValueTask