messages.EmojiGameOutcome
- class pyrogram.raw.types.messages.EmojiGameOutcome
{schema}
Constructor of
EmojiGameOutcome.- Details:
Layer:
223ID:
DA2AD647
- Parameters:
seed (
bytes)stake_ton_amount (
int64-bit)ton_amount (
int64-bit)
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,
)