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)
Handles the gateway event.
ValueTask HandleAsync(GatewayClient client, GuildThreadDeleteEventArgs arg)
Parameters
clientGatewayClientThe gateway client that represents the shard that received the event.
argGuildThreadDeleteEventArgsThe event argument.