Layer 227
MessagesEmojiGameOutcomeObj
Dice game outcome.
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. |
Returns
messages.EmojiGameOutcomeGogram Example
// Creating MessagesEmojiGameOutcomeObj constructor obj := &tg.MessagesEmojiGameOutcomeObj{ Seed: []byte{0x01, 0x02, 0x03}, StakeTonAmount: int64(1234567890), TonAmount: int64(1234567890), }