toggle menu
ktgbotapi
common
switch theme
search in API
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