Interface IMessageReactionRemoveGatewayHandler
Sent when a user removes a reaction from a message.
public interface IMessageReactionRemoveGatewayHandler : IGatewayHandler
Remarks
Required Intents: GuildMessageReactions, DirectMessageReactions
Optional Intents: None
Methods
HandleAsync(MessageReactionRemoveEventArgs)
ValueTask HandleAsync(MessageReactionRemoveEventArgs arg)