Package org.drinkless.tdlib
Class TdApi.UpdateMessageReactions
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageReactions
- Enclosing class:
- TdApi
Reactions added to a message with anonymous reactions have changed; for bots only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.intPoint in time (Unix timestamp) when the reactions were changed.longMessage identifier.The list of reactions added to the message. -
Constructor Summary
ConstructorsConstructorDescriptionReactions added to a message with anonymous reactions have changed; for bots only.UpdateMessageReactions(long chatId, long messageId, int date, TdApi.MessageReaction[] reactions) Reactions added to a message with anonymous reactions have changed; for bots only. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdMessage identifier. -
date
public int datePoint in time (Unix timestamp) when the reactions were changed. -
reactions
The list of reactions added to the message. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateMessageReactions
public UpdateMessageReactions()Reactions added to a message with anonymous reactions have changed; for bots only. -
UpdateMessageReactions
public UpdateMessageReactions(long chatId, long messageId, int date, TdApi.MessageReaction[] reactions) Reactions added to a message with anonymous reactions have changed; for bots only.- Parameters:
chatId- Chat identifier.messageId- Message identifier.date- Point in time (Unix timestamp) when the reactions were changed.reactions- The list of reactions added to the message.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-