ultra-telegram-framework
    Preparing search index...

    Interface RichBlockParagraph

    A text paragraph, corresponding to the HTML tag

    .

    interface RichBlockParagraph {
        text: RichText;
        type: string;
    }
    Index

    Properties

    Properties

    text: RichText

    Text of the block

    type: string

    Type of the block, always "paragraph"