Layer 224
MessagesEmojiGameDiceInfo
Emoji game dice information
constructor
messages.emojiGameDiceInfo#44e56023 flags:# game_hash:string prev_stake:long current_streak:int params:Vector<int> plays_left:flags.0?int = messages.EmojiGameInfo;
Parameters
| Name | Type | Description |
|---|---|---|
| GameHash | string | Game hash |
| PrevStake | long | Previous stake |
| CurrentStreak | int | Current win streak |
| Params | Vector<int> | Game parameters |
| PlaysLeft | flags.0?int | Remaining plays |
Returns
messages.EmojiGameInfoGogram Example
// Creating MessagesEmojiGameDiceInfo constructor obj := &tg.MessagesEmojiGameDiceInfo{ GameHash: "Hello, World!", PrevStake: int64(1234567890), CurrentStreak: 42, Params: []int{}, // Optional fields: // PlaysLeft: 42, }