public static class TdApi.ClickAnimatedEmojiMessage extends TdApi.Function
Returns Sticker
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function