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

49 lines
12 KiB
Markdown

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.dice](../index.md)/[DiceAnimationType](index.md)
# DiceAnimationType
[common] sealed class [DiceAnimationType](index.md)
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types.dice/DiceAnimationType/emoji/#/PointingToDeclaration/"></a>[emoji](emoji.md)| <a name="dev.inmo.tgbotapi.types.dice/DiceAnimationType/emoji/#/PointingToDeclaration/"></a> [common] abstract val [emoji](emoji.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|
| <a name="dev.inmo.tgbotapi.types.dice/DiceAnimationType/valueLimits/#/PointingToDeclaration/"></a>[valueLimits](value-limits.md)| <a name="dev.inmo.tgbotapi.types.dice/DiceAnimationType/valueLimits/#/PointingToDeclaration/"></a> [common] abstract val [valueLimits](value-limits.md): [IntRange](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.ranges/-int-range/index.html) <br>|
## Inheritors
| Name |
|---|
| <a name="dev.inmo.tgbotapi.types.dice/CubeDiceAnimationType///PointingToDeclaration/"></a>[CubeDiceAnimationType](../-cube-dice-animation-type/index.md)|
| <a name="dev.inmo.tgbotapi.types.dice/DartsDiceAnimationType///PointingToDeclaration/"></a>[DartsDiceAnimationType](../-darts-dice-animation-type/index.md)|
| <a name="dev.inmo.tgbotapi.types.dice/BasketballDiceAnimationType///PointingToDeclaration/"></a>[BasketballDiceAnimationType](../-basketball-dice-animation-type/index.md)|
| <a name="dev.inmo.tgbotapi.types.dice/FootballDiceAnimationType///PointingToDeclaration/"></a>[FootballDiceAnimationType](../-football-dice-animation-type/index.md)|
| <a name="dev.inmo.tgbotapi.types.dice/BowlingDiceAnimationType///PointingToDeclaration/"></a>[BowlingDiceAnimationType](../-bowling-dice-animation-type/index.md)|
| <a name="dev.inmo.tgbotapi.types.dice/SlotMachineDiceAnimationType///PointingToDeclaration/"></a>[SlotMachineDiceAnimationType](../-slot-machine-dice-animation-type/index.md)|
| <a name="dev.inmo.tgbotapi.types.dice/CustomDiceAnimationType///PointingToDeclaration/"></a>[CustomDiceAnimationType](../-custom-dice-animation-type/index.md)|
## Extensions
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.extensions.utils//asBasketballDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[asBasketballDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-basketball-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//asBasketballDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[asBasketballDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-basketball-dice-animation-type.md)(): [BasketballDiceAnimationType](../-basketball-dice-animation-type/index.md)? <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils//asBowlingDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[asBowlingDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-bowling-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//asBowlingDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[asBowlingDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-bowling-dice-animation-type.md)(): [BowlingDiceAnimationType](../-bowling-dice-animation-type/index.md)? <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils//asCubeDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[asCubeDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-cube-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//asCubeDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[asCubeDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-cube-dice-animation-type.md)(): [CubeDiceAnimationType](../-cube-dice-animation-type/index.md)? <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils//asCustomDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[asCustomDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-custom-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//asCustomDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[asCustomDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-custom-dice-animation-type.md)(): [CustomDiceAnimationType](../-custom-dice-animation-type/index.md)? <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils//asDartsDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[asDartsDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-darts-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//asDartsDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[asDartsDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-darts-dice-animation-type.md)(): [DartsDiceAnimationType](../-darts-dice-animation-type/index.md)? <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils//asFootballDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[asFootballDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-football-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//asFootballDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[asFootballDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-football-dice-animation-type.md)(): [FootballDiceAnimationType](../-football-dice-animation-type/index.md)? <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils//asSlotMachineDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[asSlotMachineDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-slot-machine-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//asSlotMachineDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[asSlotMachineDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/as-slot-machine-dice-animation-type.md)(): [SlotMachineDiceAnimationType](../-slot-machine-dice-animation-type/index.md)? <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils//requireBasketballDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[requireBasketballDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-basketball-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//requireBasketballDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[requireBasketballDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-basketball-dice-animation-type.md)(): [BasketballDiceAnimationType](../-basketball-dice-animation-type/index.md) <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils//requireBowlingDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[requireBowlingDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-bowling-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//requireBowlingDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[requireBowlingDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-bowling-dice-animation-type.md)(): [BowlingDiceAnimationType](../-bowling-dice-animation-type/index.md) <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils//requireCubeDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[requireCubeDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-cube-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//requireCubeDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[requireCubeDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-cube-dice-animation-type.md)(): [CubeDiceAnimationType](../-cube-dice-animation-type/index.md) <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils//requireCustomDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[requireCustomDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-custom-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//requireCustomDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[requireCustomDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-custom-dice-animation-type.md)(): [CustomDiceAnimationType](../-custom-dice-animation-type/index.md) <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils//requireDartsDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[requireDartsDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-darts-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//requireDartsDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[requireDartsDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-darts-dice-animation-type.md)(): [DartsDiceAnimationType](../-darts-dice-animation-type/index.md) <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils//requireFootballDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[requireFootballDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-football-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//requireFootballDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[requireFootballDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-football-dice-animation-type.md)(): [FootballDiceAnimationType](../-football-dice-animation-type/index.md) <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.utils//requireSlotMachineDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[requireSlotMachineDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-slot-machine-dice-animation-type.md)| <a name="dev.inmo.tgbotapi.extensions.utils//requireSlotMachineDiceAnimationType/dev.inmo.tgbotapi.types.dice.DiceAnimationType#/PointingToDeclaration/"></a>[common] <br>Content <br>inline fun [DiceAnimationType](index.md).[requireSlotMachineDiceAnimationType](../../dev.inmo.tgbotapi.extensions.utils/require-slot-machine-dice-animation-type.md)(): [SlotMachineDiceAnimationType](../-slot-machine-dice-animation-type/index.md) <br><br><br>|