Uses of Class
org.drinkless.tdlib.TdApi.DiceStickers
-
Packages that use TdApi.DiceStickers Package Description org.drinkless.tdlib -
-
Uses of TdApi.DiceStickers in org.drinkless.tdlib
Subclasses of TdApi.DiceStickers in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.DiceStickersRegularA regular animated sticker.static classTdApi.DiceStickersSlotMachineAnimated stickers to be combined into a slot machine.Fields in org.drinkless.tdlib declared as TdApi.DiceStickers Modifier and Type Field Description TdApi.DiceStickersTdApi.MessageDice. finalStateThe animated stickers with the final dice animation; may be null if unknown.TdApi.DiceStickersTdApi.MessageDice. initialStateThe animated stickers with the initial dice animation; may be null if unknown.Constructors in org.drinkless.tdlib with parameters of type TdApi.DiceStickers Constructor Description MessageDice(TdApi.DiceStickers initialState, TdApi.DiceStickers finalState, String emoji, int value, int successAnimationFrameNumber)A dice message.
-