1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-25 01:15:13 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type/index.md
2021-03-17 15:18:37 +00:00

12 KiB

//docs/dev.inmo.tgbotapi.types.dice/DiceAnimationType

DiceAnimationType

[common] sealed class DiceAnimationType

Properties

Name Summary
emoji [common] abstract val emoji: String
valueLimits [common] abstract val valueLimits: IntRange

Inheritors

Name
CubeDiceAnimationType
DartsDiceAnimationType
BasketballDiceAnimationType
FootballDiceAnimationType
BowlingDiceAnimationType
SlotMachineDiceAnimationType
CustomDiceAnimationType

Extensions

Name Summary
asBasketballDiceAnimationType [common]
Content
inline fun DiceAnimationType.asBasketballDiceAnimationType(): BasketballDiceAnimationType?


asBowlingDiceAnimationType [common]
Content
inline fun DiceAnimationType.asBowlingDiceAnimationType(): BowlingDiceAnimationType?


asCubeDiceAnimationType [common]
Content
inline fun DiceAnimationType.asCubeDiceAnimationType(): CubeDiceAnimationType?


asCustomDiceAnimationType [common]
Content
inline fun DiceAnimationType.asCustomDiceAnimationType(): CustomDiceAnimationType?


asDartsDiceAnimationType [common]
Content
inline fun DiceAnimationType.asDartsDiceAnimationType(): DartsDiceAnimationType?


asFootballDiceAnimationType [common]
Content
inline fun DiceAnimationType.asFootballDiceAnimationType(): FootballDiceAnimationType?


asSlotMachineDiceAnimationType [common]
Content
inline fun DiceAnimationType.asSlotMachineDiceAnimationType(): SlotMachineDiceAnimationType?


requireBasketballDiceAnimationType [common]
Content
inline fun DiceAnimationType.requireBasketballDiceAnimationType(): BasketballDiceAnimationType


requireBowlingDiceAnimationType [common]
Content
inline fun DiceAnimationType.requireBowlingDiceAnimationType(): BowlingDiceAnimationType


requireCubeDiceAnimationType [common]
Content
inline fun DiceAnimationType.requireCubeDiceAnimationType(): CubeDiceAnimationType


requireCustomDiceAnimationType [common]
Content
inline fun DiceAnimationType.requireCustomDiceAnimationType(): CustomDiceAnimationType


requireDartsDiceAnimationType [common]
Content
inline fun DiceAnimationType.requireDartsDiceAnimationType(): DartsDiceAnimationType


requireFootballDiceAnimationType [common]
Content
inline fun DiceAnimationType.requireFootballDiceAnimationType(): FootballDiceAnimationType


requireSlotMachineDiceAnimationType [common]
Content
inline fun DiceAnimationType.requireSlotMachineDiceAnimationType(): SlotMachineDiceAnimationType