ultra-telegram-framework
    Preparing search index...

    Interface RichBlockBlockQuotation

    A block quotation, corresponding to the HTML tag

    .

    interface RichBlockBlockQuotation {
        blocks: RichBlock[];
        credit?: RichText;
        type: string;
    }
    Index

    Properties

    Properties

    blocks: RichBlock[]

    Content of the block

    credit?: RichText

    Optional. Credit of the block

    type: string

    Type of the block, always "blockquote"