public static class TdApi.StickerFullTypeRegular extends TdApi.StickerFullType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.File |
premiumAnimation
Premium animation of the sticker; may be null.
|
| Constructor and Description |
|---|
StickerFullTypeRegular()
The sticker is a regular sticker.
|
StickerFullTypeRegular(TdApi.File premiumAnimation)
The sticker is a regular sticker.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.File premiumAnimation
public static final int CONSTRUCTOR
public StickerFullTypeRegular()
public StickerFullTypeRegular(TdApi.File premiumAnimation)
premiumAnimation - Premium animation of the sticker; may be null. If present, only Telegram Premium users can use the sticker.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object