teleproto - v1.229.0
    Preparing search index...

    Interface InputBotInlineResultPhotoIn

    interface InputBotInlineResultPhotoIn {
        _: "inputBotInlineResultPhoto";
        id: string;
        photo: TypeInputPhotoIn;
        sendMessage: TypeInputBotInlineMessageIn;
        type: string;
    }
    Index
    _: "inputBotInlineResultPhoto"
    id: string
    type: string