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
public static class TdApi.UpdateAnimatedEmojiMessageClicked extends TdApi.Update
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.
-
-
Field Summary
Fields Modifier and Type Field Description longchatIdChat identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.longmessageIdMessage identifier.TdApi.StickerstickerThe animated sticker to be played.
-
Constructor Summary
Constructors Constructor Description UpdateAnimatedEmojiMessageClicked()Some 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
chatId
public long chatId
Chat identifier.
-
messageId
public long messageId
Message identifier.
-
sticker
public TdApi.Sticker sticker
The animated sticker to be played.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
public 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. 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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-