ReactionData
Namespace: Signal.Bot.Types
Full Name: Signal.Bot.Types.ReactionData
Summary
Represents an emoji reaction to a message, including the target message information.
Properties
Emoji
Gets or sets the emoji used for the reaction (e.g., "👍", "❤️", "😂").
Remove
Gets or sets a value indicating whether this reaction should be removed. If true, removes the reaction; if false or null, adds it.
TargetAuthor
Gets or sets the phone number or identifier of the author of the message being reacted to.
TargetSent
Gets or sets the timestamp when the target message was sent.
