teleproto - v1.229.0
    Preparing search index...

    Interface RichInputOptions

    Common options for the rich input factories.

    interface RichInputOptions {
        files?: RichFileMap;
        noAutolink?: boolean;
        rtl?: boolean;
    }
    Index
    files?: RichFileMap

    Media referenced from the content by id, see RichFileMap.

    noAutolink?: boolean

    Disable automatic linking of URLs, emails and phone numbers.

    rtl?: boolean

    Right-to-left layout.