Package it.tdlight.jni
Class TdApi.DiceStickersRegular
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.DiceStickers
it.tdlight.jni.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 int
CONSTRUCTOR
TdApi.Sticker
sticker
The animated sticker with the dice animation. -
Constructor Summary
Constructors Constructor Description DiceStickersRegular()
A regular animated sticker.DiceStickersRegular(TdApi.Sticker sticker)
A regular animated sticker.DiceStickersRegular(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
sticker
The animated sticker with the dice animation. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
DiceStickersRegular
public DiceStickersRegular()A regular animated sticker. -
DiceStickersRegular
A regular animated sticker.- Parameters:
sticker
- Sticker The animated sticker with the dice animation.
-
DiceStickersRegular
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-