ultra-telegram-framework
    Preparing search index...

    Interface RichBlockDetails

    An expandable block for details disclosure, corresponding to the HTML tag

    .

    interface RichBlockDetails {
        blocks: RichBlock[];
        is_open?: boolean;
        summary: RichText;
        type: string;
    }
    Index

    Properties

    blocks: RichBlock[]

    Content of the block

    is_open?: boolean

    Optional. True, if the content of the block is visible by default

    summary: RichText

    Always shown summary of the block

    type: string

    Type of the block, always "details"