public static class TdApi.DiceStickersRegular extends TdApi.DiceStickers
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Sticker |
sticker
The animated sticker with the dice animation.
|
| Constructor and Description |
|---|
DiceStickersRegular()
A regular animated sticker.
|
DiceStickersRegular(TdApi.Sticker sticker)
A regular animated sticker.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Sticker sticker
public static final int CONSTRUCTOR
public DiceStickersRegular()
public DiceStickersRegular(TdApi.Sticker sticker)
sticker - The animated sticker with the dice animation.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object