InputMediaStakeDice
- class pyrogram.raw.types.InputMediaStakeDice
{schema}
Constructor of
InputMedia.- Details:
Layer:
223ID:
F3A9244A
- Parameters:
game_hash (
str)ton_amount (
int64-bit)client_seed (
bytes)
TL Schema
inputMediaStakeDice#f3a9244a
game_hash:string
ton_amount:long
client_seed:bytes
= InputMedia
Parameter Tree
InputMediaStakeDice
├── game_hash →
string├── ton_amount →
long└── client_seed →
bytesExample
InputMediaStakeDice(
game_hash="text",
ton_amount=0,
client_seed=b"data",
)