mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
734 B
734 B
title | description | nav_exclude | image |
---|---|---|---|
inputMediaDice | Send a dice-based animated sticker | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputMediaDice
Send a dice-based animated sticker
Attributes:
Name | Type | Required | Description |
---|---|---|---|
emoticon | string | Yes | The emoji, for now 🏀, 🎲 and 🎯 are supported |
Type: InputMedia
Example:
$inputMediaDice = ['_' => 'inputMediaDice', 'emoticon' => 'string'];