ultra-telegram-framework
    Preparing search index...

    Interface RichBlockFooter

    A footer, corresponding to the HTML tag

    .

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

    Properties

    Properties

    text: RichText

    Text of the block

    type: string

    Type of the block, always "footer"