ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.dice
/
Dice
Dice
@
Serializable
data
class
Dice
(
val
value
:
DiceResult
,
val
animationType
:
DiceAnimationType
)
:
ReplyInfo.External.ContentVariant
Members
Constructors
Dice
Link copied to clipboard
constructor
(
value
:
DiceResult
,
animationType
:
DiceAnimationType
)
Properties
animation
Type
Link copied to clipboard
@
SerialName
(
value
=
"emoji"
)
val
animationType
:
DiceAnimationType
value
Link copied to clipboard
@
SerialName
(
value
=
"value"
)
val
value
:
DiceResult