teleproto - v1.229.0
    Preparing search index...

    Interface InputBotInlineMessageTextIn

    interface InputBotInlineMessageTextIn {
        _: "inputBotInlineMessageText";
        entities?: TypeMessageEntityIn[];
        invertMedia?: boolean;
        message: string;
        noWebpage?: boolean;
        replyMarkup?: TypeReplyMarkupIn;
    }
    Index
    _: "inputBotInlineMessageText"
    entities?: TypeMessageEntityIn[]
    invertMedia?: boolean
    message: string
    noWebpage?: boolean
    replyMarkup?: TypeReplyMarkupIn