ultra-telegram-framework
    Preparing search index...

    Interface RichBlockPreformatted

    A preformatted text block, corresponding to the nested HTML tags

     and .

    interface RichBlockPreformatted {
        language?: string;
        text: RichText;
        type: string;
    }
    Index

    Properties

    Properties

    language?: string

    Optional. The programming language of the text

    text: RichText

    Text of the block

    type: string

    Type of the block, always "pre"