ultra-telegram-framework
    Preparing search index...

    Interface RichBlockPullQuotation

    A quotation with centered text, loosely corresponding to the HTML tag

    interface RichBlockPullQuotation {
        credit?: RichText;
        text: RichText;
        type: string;
    }
    Index

    Properties

    Properties

    credit?: RichText

    Optional. Credit of the block

    text: RichText

    Text of the block

    type: string

    Type of the block, always "pullquote"