Interface IMessageReactionRemoveAllShardedGatewayHandler
Sent when a user explicitly removes all reactions from a message.
public interface IMessageReactionRemoveAllShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: GuildMessageReactions, DirectMessageReactions
Optional Intents: None
Methods
HandleAsync(GatewayClient, MessageReactionRemoveAllEventArgs)
ValueTask HandleAsync(GatewayClient client, MessageReactionRemoveAllEventArgs arg)
Parameters
client
GatewayClientarg
MessageReactionRemoveAllEventArgs