Table of Contents

Interface IGuildIntegrationDeleteGatewayHandler

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

Sent when an integration is deleted.

public interface IGuildIntegrationDeleteGatewayHandler : IGatewayHandler

Remarks


Required Intents: GuildIntegrations
Optional Intents: None

Methods

HandleAsync(GuildIntegrationDeleteEventArgs)

ValueTask HandleAsync(GuildIntegrationDeleteEventArgs arg)

Parameters

arg GuildIntegrationDeleteEventArgs

Returns

ValueTask