teleproto - v1.229.0
    Preparing search index...

    Interface RichMessageIn

    interface RichMessageIn {
        _?: "richMessage";
        blocks: TypePageBlockIn[];
        documents: TypeDocumentIn[];
        part?: boolean;
        photos: TypePhotoIn[];
        rtl?: boolean;
    }
    Index
    _?: "richMessage"
    blocks: TypePageBlockIn[]
    documents: TypeDocumentIn[]
    part?: boolean
    photos: TypePhotoIn[]
    rtl?: boolean