Link Search Menu Expand Document

Constructor: messageMediaDice

Back to constructors index

Dice-based animated sticker

Attributes:

NameTypeRequiredDescription
valueintYesDice value
emoticonstringYesThe emoji, for now ๐Ÿ€, ๐ŸŽฒ and ๐ŸŽฏ are supported

Type: MessageMedia

Example:

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