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 classA regular animated sticker.static final classAnimated stickers to be combined into a slot machine.Fields in it.tdlight.jni declared as TdApi.DiceStickersModifier and TypeFieldDescriptionTdApi.MessageDice.finalStateThe animated stickers with the final dice animation; may be null if unknown.TdApi.MessageDice.initialStateThe 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.