public static class TdApi.ClickAnimatedEmojiMessage extends TdApi.Function<TdApi.Sticker>
Returns Sticker
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier of the message.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the clicked message.
|
| Constructor and Description |
|---|
ClickAnimatedEmojiMessage()
Default constructor for a function, which informs TDLib that a message with an animated emoji was clicked by the user.
|
ClickAnimatedEmojiMessage(long chatId,
long messageId)
Creates a function, which informs TDLib that a message with an animated emoji was clicked by the user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public static final int CONSTRUCTOR
public ClickAnimatedEmojiMessage()
Returns Sticker
public ClickAnimatedEmojiMessage(long chatId,
long messageId)
Returns Sticker
chatId - Chat identifier of the message.messageId - Identifier of the clicked message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object