teleproto - v1.229.0
    Preparing search index...

    Interface InputBotInlineResultGameIn

    interface InputBotInlineResultGameIn {
        _: "inputBotInlineResultGame";
        id: string;
        sendMessage: TypeInputBotInlineMessageIn;
        shortName: string;
    }
    Index
    _: "inputBotInlineResultGame"
    id: string
    shortName: string