AddReactionRequest
Namespace: Signal.Bot.Requests
Full Name: Signal.Bot.Requests.AddReactionRequest
Summary
Represents a request to add an emoji reaction to a specific message.
Properties
Number
The phone number of the Signal account sending the reaction.
Reaction
Gets or sets the emoji to react with (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 being reacted to.
Timestamp
Gets or sets the timestamp of the message being reacted to.
Methods
#ctor
csharp
#ctor(Number)Represents a request to add an emoji reaction to a specific message.
Parameters:
Number- The phone number of the Signal account sending the reaction.
