MessageMediaDice

class pyrogram.raw.types.MessageMediaDice

Dice-based animated sticker

Constructor of MessageMedia.

Details:
  • Layer: 223

  • ID: 8CBEC07

Parameters:
  • value (int 32-bit) – Dice value

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

  • game_outcome (messages.EmojiGameOutcome, optional)

Functions:

This object can be returned by 2 functions.

messages.UploadMedia

Upload a file and associate it to a chat (without actually sending it to the chat)

messages.UploadImportedMedia

Upload a media file associated with an imported chat, click here for more info ».

TL Schema

messageMediaDice#8cbec07
flags:#
value:int
emoticon:string
game_outcome:flags.0?messages.EmojiGameOutcome

= MessageMedia

Parameter Tree

MessageMediaDice
├── valueint
├── emoticonstring
└── game_outcomemessages.EmojiGameOutcome (optional)
├── seedbytes
├── stake_ton_amountlong
└── ton_amountlong

Example

MessageMediaDice(
    value=0,
    emoticon="text",
)