Table of Contents

Interface IMessageReactionRemoveEmojiGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll

Sent when a user removes all instances of a given emoji from the reactions of a message.

public interface IMessageReactionRemoveEmojiGatewayHandler : IGatewayHandler

Remarks


Required Intents: GuildMessageReactions, DirectMessageReactions
Optional Intents: None

Methods

HandleAsync(MessageReactionRemoveEmojiEventArgs)

ValueTask HandleAsync(MessageReactionRemoveEmojiEventArgs arg)

Parameters

arg MessageReactionRemoveEmojiEventArgs

Returns

ValueTask