Table of Contents

Interface IInviteDeleteGatewayHandler

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

Sent when an invite is deleted. Only sent if the bot has the ManageChannels permission for the relevant channel.

public interface IInviteDeleteGatewayHandler : IGatewayHandler

Remarks


Required Intents: GuildInvites
Optional Intents: None

Methods

HandleAsync(InviteDeleteEventArgs)

ValueTask HandleAsync(InviteDeleteEventArgs arg)

Parameters

arg InviteDeleteEventArgs

Returns

ValueTask