teleproto - v1.229.0
    Preparing search index...

    Interface RichBlocksOptions

    Options for blocks — the raw PageBlock input variant.

    interface RichBlocksOptions {
        documents?: TypeInputDocument[];
        noAutolink?: boolean;
        photos?: TypeInputPhoto[];
        rtl?: boolean;
        users?: TypeInputUser[];
    }
    Index
    documents?: TypeInputDocument[]

    Documents referenced by documentId from within the blocks.

    noAutolink?: boolean

    Disable automatic linking of URLs, emails and phone numbers.

    photos?: TypeInputPhoto[]

    Photos referenced by photoId from within the blocks.

    rtl?: boolean

    Right-to-left layout.

    users?: TypeInputUser[]

    Users referenced by userId from within the blocks.