public static class TdApi.MessageSticker extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isPremium
True, if premium animation of the sticker must be played.
|
TdApi.Sticker |
sticker
The sticker description.
|
| Constructor and Description |
|---|
MessageSticker()
A sticker message.
|
MessageSticker(TdApi.Sticker sticker,
boolean isPremium)
A sticker message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Sticker sticker
public boolean isPremium
public static final int CONSTRUCTOR
public MessageSticker()
public MessageSticker(TdApi.Sticker sticker, boolean isPremium)
sticker - The sticker description.isPremium - True, if premium animation of the sticker must be played.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object