Table of Contents

Interface IMessageReactionRemoveGatewayHandler

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

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)

Handles the gateway event.

ValueTask HandleAsync(MessageReactionRemoveEventArgs arg)

Parameters

arg MessageReactionRemoveEventArgs

The event argument.

Returns

ValueTask