public static class TdApi.UpdateAnimatedEmojiMessageClicked extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Message identifier.
|
TdApi.Sticker |
sticker
The animated sticker to be played.
|
Constructor and Description |
---|
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(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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public long messageId
public TdApi.Sticker sticker
public static final int CONSTRUCTOR
public UpdateAnimatedEmojiMessageClicked()
public UpdateAnimatedEmojiMessageClicked(long chatId, long messageId, TdApi.Sticker sticker)
chatId
- Chat identifier.messageId
- Message identifier.sticker
- The animated sticker to be played.public int getConstructor()
getConstructor
in class TdApi.Update