Layer 224
MessagesEmojiGameOutcomeObj
Emoji game outcome
constructor
messages.emojiGameOutcome#da2ad647 seed:bytes stake_ton_amount:long ton_amount:long = messages.EmojiGameOutcome;
Parameters
| Name | Type | Description |
|---|---|---|
| Seed | bytes | Game seed |
| StakeTonAmount | long | TON stake |
| TonAmount | long | TON won/lost |
Returns
messages.EmojiGameOutcomeGogram Example
// Creating MessagesEmojiGameOutcomeObj constructor obj := &tg.MessagesEmojiGameOutcomeObj{ Seed: []byte{0x01, 0x02, 0x03}, StakeTonAmount: int64(1234567890), TonAmount: int64(1234567890), }