Class MessageReactionUpdated
java.lang.Object
io.github.natanimn.telebof.types.updates.MessageReactionUpdated
- All Implemented Interfaces:
TelegramUpdate
This object represents a change of a reaction on a message performed by a user.
- Since:
- 3 March 2025
- Author:
- Natanim
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ChatThe chat on behalf of which the reaction was changed, if the user is anonymousprivate ChatThe chat containing the message the user reacted toprivate intDate of the change in Unix timeprivate IntegerUnique identifier of the message inside the chatprivate List<ReactionType> New list of reaction types that have been set by the userprivate List<ReactionType> Previous list of reaction types that were set by the userprivate UserThe user that changed the reaction, if the user isn't anonymous -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
chat
The chat containing the message the user reacted to -
messageId
Unique identifier of the message inside the chat -
user
The user that changed the reaction, if the user isn't anonymous -
actorChat
The chat on behalf of which the reaction was changed, if the user is anonymous -
date
private int dateDate of the change in Unix time -
oldReaction
Previous list of reaction types that were set by the user -
newReaction
New list of reaction types that have been set by the user
-
-
Constructor Details
-
MessageReactionUpdated
public MessageReactionUpdated()
-
-
Method Details