teleproto - v1.229.0
    Preparing search index...

    Interface MessagesEmojiGameOutcomeIn

    interface MessagesEmojiGameOutcomeIn {
        _?: "messages.emojiGameOutcome";
        seed: bytes;
        stakeTonAmount: BigInteger;
        tonAmount: BigInteger;
    }
    Index
    _?: "messages.emojiGameOutcome"
    seed: bytes
    stakeTonAmount: BigInteger
    tonAmount: BigInteger