philia
    Preparing search index...

    文本消息段

    interface Text {
        data: { text: string };
        type: "text";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: { text: string }

    结构体

    Type declaration

    • text: string

      文本内容

    type: "text"

    类型标识符