Documentation - v0.30.1
    Preparing search index...

    Type Alias InputRichText

    InputRichText: InputText | tl.TypeRichText

    Input rich text, accepted by page block factories.

    Can be either a tl.TypeRichText (passed as-is), or an InputText (a plain string or a TextWithEntities, e.g. from html/md tagged templates), which is converted to tl.TypeRichText.