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 Summary
FieldsModifier and TypeFieldDescriptionThe chat containing the messageint
Date of the change in Unix timeint
Unique message identifier inside the chatList of reactions that are present on the message -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
chat
The chat containing the message -
message_id
public int message_idUnique message identifier inside the chat -
date
public int dateDate of the change in Unix time -
reactions
List of reactions that are present on the message
-
-
Constructor Details
-
MessageReactionCountUpdated
public MessageReactionCountUpdated()
-
-
Method Details
-
equals
-
hashCode
-
toString
-