ultra-telegram-framework
    Preparing search index...

    Interface RichBlockListItem

    An item of a list.

    interface RichBlockListItem {
        blocks: RichBlock[];
        has_checkbox?: boolean;
        is_checked?: boolean;
        label: string;
        type?: string;
        value?: number;
    }
    Index

    Properties

    blocks: RichBlock[]

    The content of the item

    has_checkbox?: boolean

    Optional. True, if the item has a checkbox

    is_checked?: boolean

    Optional. True, if the item has a checked checkbox

    label: string

    Label of the item

    type?: string

    Optional. For ordered lists, the type of the item label; must be one of "a" for lowercase letters, "A" for uppercase letters, "i" for lowercase Roman numerals, "I" for uppercase Roman numerals, or "1" for decimal numbers

    value?: number

    Optional. For ordered lists, the numeric value of the item label