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 SummaryFieldsModifier and TypeFieldDescriptionThe chat on behalf of which the reaction was changed, if the user is anonymousThe chat containing the message the user reacted tointDate 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
chatThe chat containing the message the user reacted to
- 
message_idUnique identifier of the message inside the chat
- 
userThe user that changed the reaction, if the user isn't anonymous
- 
actor_chatThe chat on behalf of which the reaction was changed, if the user is anonymous
- 
datepublic int dateDate of the change in Unix time
- 
old_reactionPrevious list of reaction types that were set by the user
- 
new_reactionNew list of reaction types that have been set by the user
 
- 
- 
Constructor Details- 
MessageReactionUpdatedpublic MessageReactionUpdated()
 
- 
- 
Method Details- 
equals
- 
hashCode
- 
toString
 
-