Uses of Class
org.drinkless.tdlib.TdApi.DiceStickers
Packages that use TdApi.DiceStickers
-
Uses of TdApi.DiceStickers in org.drinkless.tdlib
Subclasses of TdApi.DiceStickers in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classA regular animated sticker.static classAnimated stickers to be combined into a slot machine.Fields in org.drinkless.tdlib 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 org.drinkless.tdlib with parameters of type TdApi.DiceStickersModifierConstructorDescriptionMessageDice(TdApi.DiceStickers initialState, TdApi.DiceStickers finalState, String emoji, int value, int successAnimationFrameNumber) A dice message.