messages.EmojiGameOutcome

class pyrogram.raw.base.messages.EmojiGameOutcome
Constructors:

This base type has 1 constructor available.

messages.EmojiGameOutcome

{schema}

TL Schema

messages.emojiGameOutcome#da2ad647
seed:bytes
stake_ton_amount:long
ton_amount:long

= messages.EmojiGameOutcome

Parameter Tree

EmojiGameOutcome
├── seedbytes
├── stake_ton_amountlong
└── ton_amountlong

Example

EmojiGameOutcome(
    seed=b"data",
    stake_ton_amount=0,
    ton_amount=0,
)