Class MessageReactionCountUpdated
java.lang.Object
io.github.natanimn.telebof.types.updates.MessageReactionCountUpdated
- All Implemented Interfaces:
- TelegramUpdate
This object represents reaction changes on a message with anonymous reactions.
- Since:
- 3 March 2025
- 
Field SummaryFieldsModifier and TypeFieldDescriptionThe chat containing the messageintDate of the change in Unix timeintUnique message identifier inside the chatList of reactions that are present on the message
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
chatThe chat containing the message
- 
message_idpublic int message_idUnique message identifier inside the chat
- 
datepublic int dateDate of the change in Unix time
- 
reactionsList of reactions that are present on the message
 
- 
- 
Constructor Details- 
MessageReactionCountUpdatedpublic MessageReactionCountUpdated()
 
- 
- 
Method Details- 
equals
- 
hashCode
- 
toString
 
-