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