messages.EmojiGameOutcome
- class pyrogram.raw.base.messages.EmojiGameOutcome
- Constructors:
This base type has 1 constructor available.
{schema}
TL Schema
messages.emojiGameOutcome#da2ad647
seed:bytes
stake_ton_amount:long
ton_amount:long
= messages.EmojiGameOutcome
Parameter Tree
EmojiGameOutcome
├── seed →
bytes├── stake_ton_amount →
long└── ton_amount →
longExample
EmojiGameOutcome(
seed=b"data",
stake_ton_amount=0,
ton_amount=0,
)