teleproto - v1.229.0
    Preparing search index...

    Interface InputRichMessageIn

    interface InputRichMessageIn {
        _: "inputRichMessage";
        blocks: TypePageBlockIn[];
        documents?: TypeInputDocumentIn[];
        noautolink?: boolean;
        photos?: TypeInputPhotoIn[];
        rtl?: boolean;
        users?: TypeInputUserIn[];
    }
    Index
    _: "inputRichMessage"
    blocks: TypePageBlockIn[]
    documents?: TypeInputDocumentIn[]
    noautolink?: boolean
    photos?: TypeInputPhotoIn[]
    rtl?: boolean
    users?: TypeInputUserIn[]