public static class TdApi.UpdateAnimatedEmojiMessageClicked extends TdApi.Update
| 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object