MadelineProtoDocs/docs/API_docs/constructors/messageMediaDice.md
2024-05-01 14:53:46 +02:00

843 B

title description nav_exclude image
messageMediaDice Dice-based animated sticker true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageMediaDice

Back to constructors index

Dice-based animated sticker

Attributes:

Name Type Required Description
value int Yes Dice value
emoticon string Yes The emoji, for now 🏀, 🎲 and 🎯 are supported

Type: MessageMedia

Example:

$messageMediaDice = ['_' => 'messageMediaDice', 'value' => int, 'emoticon' => 'string'];