teleproto - v1.229.0
    Preparing search index...

    Interface ReplyKeyboardMarkupIn

    interface ReplyKeyboardMarkupIn {
        _: "replyKeyboardMarkup";
        forceReply?: boolean;
        persistent?: boolean;
        placeholder?: string;
        resize?: boolean;
        rows: KeyboardButtonRowIn[];
        selective?: boolean;
        singleUse?: boolean;
    }
    Index
    _: "replyKeyboardMarkup"
    forceReply?: boolean
    persistent?: boolean
    placeholder?: string
    resize?: boolean
    selective?: boolean
    singleUse?: boolean