Documentation - v0.30.1
    Preparing search index...

    Interface InputBlocksRichMessage

    Input rich message that is built block-by-block

    interface InputBlocksRichMessage {
        blocks: (InputPageBlockWithFile | InputPageBlock)[];
        rtl?: boolean;
        skipEntityDetection?: boolean;
        type: "blocks";
    }

    Hierarchy

    • InputRichMessageBase
      • InputBlocksRichMessage
    Index

    Properties

    Blocks of the rich message

    rtl?: boolean

    Whether this message should be rendered RTL

    skipEntityDetection?: boolean

    Whether to skip automatic entities detection (e.g., URLs, email addresses, username mentions, hashtags, cashtags, bot commands, or phone numbers)

    type: "blocks"