Skip to content

RemoveReactionRequest

Namespace: Signal.Bot.Requests

Full Name: Signal.Bot.Requests.RemoveReactionRequest

Summary

Represents a request to remove an emoji reaction from a specific message.

Properties

Number

The phone number of the Signal account removing the reaction.

Reaction

Gets or sets the emoji reaction to remove (e.g., "👍", "❤️", "😂").

Recipient

Gets or sets the phone number or group ID of the conversation containing the message.

TargetAuthor

Gets or sets the phone number of the author of the message that was reacted to.

Timestamp

Gets or sets the timestamp of the message that was reacted to. Defaults to current UTC time.

Methods

#ctor

csharp
#ctor(Number)

Represents a request to remove an emoji reaction from a specific message.

Parameters:

  • Number - The phone number of the Signal account removing the reaction.