Layer 228
constructor
messages.emojiGameOutcome#da2ad647 seed:bytes stake_ton_amount:long ton_amount:long = messages.EmojiGameOutcome;

Parameters

Name Type Description
Seed bytes Seed.
StakeTonAmount long Staked amount.
TonAmount long Amount.

Gogram Example

// Creating MessagesEmojiGameOutcomeObj constructor
obj := &tg.MessagesEmojiGameOutcomeObj{
    Seed: []byte{0x01, 0x02, 0x03},
    StakeTonAmount: int64(100),
    TonAmount: int64(100),
}