InputMediaStakeDice

class pyrogram.raw.types.InputMediaStakeDice

{schema}

Constructor of InputMedia.

Details:
  • Layer: 223

  • ID: F3A9244A

Parameters:
  • game_hash (str)

  • ton_amount (int 64-bit)

  • client_seed (bytes)

TL Schema

inputMediaStakeDice#f3a9244a
game_hash:string
ton_amount:long
client_seed:bytes

= InputMedia

Parameter Tree

InputMediaStakeDice
├── game_hashstring
├── ton_amountlong
└── client_seedbytes

Example

InputMediaStakeDice(
    game_hash="text",
    ton_amount=0,
    client_seed=b"data",
)