Interface IGuildThreadDeleteGatewayHandler
Sent when a thread relevant to the bot is deleted.
The inner payload is a subset of an IGuildChannel object.
public interface IGuildThreadDeleteGatewayHandler : IGatewayHandler
Remarks
Required Intents: Guilds
Optional Intents: None
Methods
HandleAsync(GuildThreadDeleteEventArgs)
ValueTask HandleAsync(GuildThreadDeleteEventArgs arg)