Uses of Class
it.tdlight.jni.TdApi.DiceStickers
-
Uses of TdApi.DiceStickers in it.tdlight.jni
Subclasses of TdApi.DiceStickers in it.tdlight.jniModifier and TypeClassDescriptionstatic final class
A regular animated sticker.static final class
Animated stickers to be combined into a slot machine.Fields in it.tdlight.jni declared as TdApi.DiceStickersModifier and TypeFieldDescriptionTdApi.MessageDice.finalState
The animated stickers with the final dice animation; may be null if unknown.TdApi.MessageDice.initialState
The animated stickers with the initial dice animation; may be null if unknown.Constructors in it.tdlight.jni with parameters of type TdApi.DiceStickersModifierConstructorDescriptionMessageDice
(TdApi.DiceStickers initialState, TdApi.DiceStickers finalState, String emoji, int value, int successAnimationFrameNumber) A dice message.