mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
843 B
843 B
title | description | nav_exclude | image |
---|---|---|---|
messageMediaDice | Dice-based animated sticker | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageMediaDice
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'];