ultra-telegram-framework
    Preparing search index...

    Interface RichMessage

    Rich formatted message.

    interface RichMessage {
        blocks: RichBlock[];
        is_rtl?: boolean;
    }
    Index

    Properties

    Properties

    blocks: RichBlock[]

    Content of the message

    is_rtl?: boolean

    Optional. True, if the rich message must be shown right-to-left