ultra-telegram-framework
    Preparing search index...

    Interface RichBlockSectionHeading

    A section heading, corresponding to the HTML tags

    ,

    ,

    ,

    ,

    , or
    .

    interface RichBlockSectionHeading {
        size: number;
        text: RichText;
        type: string;
    }
    Index

    Properties

    Properties

    size: number

    Relative size of the text font; 1-6, 1 is the largest, 6 is the smallest

    text: RichText

    Text of the block

    type: string

    Type of the block, always "heading"