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)
ValueTask HandleAsync(IGuildChannel arg)
Parameters
arg
IGuildChannel