View Source ExTDLib.Object.MessageDice (ExTDLib v0.0.4)

A dice message. The dice value is randomly generated by the server.

NameTypeDescription
initial_stateDiceStickersThe animated stickers with the initial dice animation; may be null if unknown. updateMessageContent will be sent when the sticker became known.
final_stateDiceStickersThe animated stickers with the final dice animation; may be null if unknown. updateMessageContent will be sent when the sticker became known.
emojistringEmoji on which the dice throw animation is based.
valuenumberThe dice value. If the value is 0, the dice don't have final state yet.
success_animation_frame_numbernumberNumber of frame after which a success animation like a shower of confetti needs to be shown on updateMessageSendSucceeded.

More details on telegram's documentation.