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
A regular animated sticker.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The animated sticker with the dice animation. -
Constructor Summary
ConstructorsConstructorDescriptionA regular animated sticker.DiceStickersRegular(TdApi.Sticker sticker) A regular animated sticker. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
sticker
The animated sticker with the dice animation. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DiceStickersRegular
public DiceStickersRegular()A regular animated sticker. -
DiceStickersRegular
A regular animated sticker.- Parameters:
sticker- The animated sticker with the dice animation.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-