Interface IGuildChannelDeleteGatewayHandler
Sent when a channel relevant to the bot is deleted.
The inner payload is an IGuildChannel object.
public interface IGuildChannelDeleteGatewayHandler : IGatewayHandler
Remarks
Required Intents: Guilds
Optional Intents: None
Methods
HandleAsync(IGuildChannel)
Handles the gateway event.
ValueTask HandleAsync(IGuildChannel arg)
Parameters
argIGuildChannelThe event argument.