- API ›
- Constructors ›
- Messages ›
- EmojiGameOutcome
EmojiGameOutcome
---types--- messages.emojiGameOutcome#da2ad647 seed:bytes stake_ton_amount:long ton_amount:long = messages.EmojiGameOutcome
Belongs to
| messages.EmojiGameOutcome |
In Rust this constructor is a variant of the enums::messages.EmojiGameOutcome enum.
Match on it with: if let enums::messages.EmojiGameOutcome::EmojiGameOutcome(v) = result { ... }