Interface IMessageReactionRemoveEmojiShardedGatewayHandler
Sent when a user removes all instances of a given emoji from the reactions of a message.
public interface IMessageReactionRemoveEmojiShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: GuildMessageReactions, DirectMessageReactions
Optional Intents: None
Methods
HandleAsync(GatewayClient, MessageReactionRemoveEmojiEventArgs)
ValueTask HandleAsync(GatewayClient client, MessageReactionRemoveEmojiEventArgs arg)
Parameters
client
GatewayClientarg
MessageReactionRemoveEmojiEventArgs