ultra-telegram-framework
    Preparing search index...

    Interface RichBlockList

    A list of blocks, corresponding to the HTML tag

      or
        with multiple nested tags
      1. .

    interface RichBlockList {
        items: RichBlockListItem[];
        type: string;
    }
    Index

    Properties

    Properties

    Items of the list

    type: string

    Type of the block, always "list"