Package org.drinkless.tdlib
Class TdApi.UpdateAnimatedEmojiMessageClicked
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateAnimatedEmojiMessageClicked
- Enclosing class:
TdApi
Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Update
TdApi.Update.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.longMessage identifier.The animated sticker to be played. -
Constructor Summary
ConstructorsConstructorDescriptionSome animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen.UpdateAnimatedEmojiMessageClicked(long chatId, long messageId, TdApi.Sticker sticker) Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. -
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. -
sticker
The animated sticker to be played. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateAnimatedEmojiMessageClicked
public UpdateAnimatedEmojiMessageClicked()Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played. -
UpdateAnimatedEmojiMessageClicked
Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played.- Parameters:
chatId- Chat identifier.messageId- Message identifier.sticker- The animated sticker to be played.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Update- Returns:
- this.CONSTRUCTOR
-