Interface IInviteDeleteShardedGatewayHandler
Sent when an invite is deleted. Only sent if the bot has the ManageChannels permission for the relevant channel.
public interface IInviteDeleteShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: GuildInvites
Optional Intents: None
Methods
HandleAsync(GatewayClient, InviteDeleteEventArgs)
Handles the gateway event.
ValueTask HandleAsync(GatewayClient client, InviteDeleteEventArgs arg)
Parameters
clientGatewayClientThe gateway client that represents the shard that received the event.
argInviteDeleteEventArgsThe event argument.