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