InputMediaDice

class pyrogram.raw.types.InputMediaDice

Send a dice-based animated sticker

Constructor of InputMedia.

Details:
  • Layer: 223

  • ID: E66FBF7B

Parameters:

emoticon (str) – The emoji, for now , and are supported

TL Schema

inputMediaDice#e66fbf7b
emoticon:string

= InputMedia

Parameter Tree

InputMediaDice
└── emoticonstring

Example

InputMediaDice(
    emoticon="text",
)