Package org.drinkless.tdlib
Class TdApi.DiceStickersRegular
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.DiceStickers
-
- org.drinkless.tdlib.TdApi.DiceStickersRegular
-
- Enclosing class:
- TdApi
public static class TdApi.DiceStickersRegular extends TdApi.DiceStickers
A regular animated sticker.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.StickerstickerThe animated sticker with the dice animation.
-
Constructor Summary
Constructors Constructor Description DiceStickersRegular()A regular animated sticker.DiceStickersRegular(TdApi.Sticker sticker)A regular animated sticker.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
sticker
public TdApi.Sticker sticker
The animated sticker with the dice animation.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DiceStickersRegular
public DiceStickersRegular()
A regular animated sticker.
-
DiceStickersRegular
public DiceStickersRegular(TdApi.Sticker sticker)
A regular animated sticker.- Parameters:
sticker- The animated sticker with the dice animation.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-