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
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe chat on behalf of which the reaction was changed, if the user is anonymousThe chat containing the message the user reacted toint
Date of the change in Unix timeUnique identifier of the message inside the chatNew list of reaction types that have been set by the userPrevious list of reaction types that were set by the 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 -
message_id
Unique identifier of the message inside the chat -
user
The user that changed the reaction, if the user isn't anonymous -
actor_chat
The chat on behalf of which the reaction was changed, if the user is anonymous -
date
public int dateDate of the change in Unix time -
old_reaction
Previous list of reaction types that were set by the user -
new_reaction
New list of reaction types that have been set by the user
-
-
Constructor Details
-
MessageReactionUpdated
public MessageReactionUpdated()
-
-
Method Details
-
equals
-
hashCode
-
toString
-