philia
    Preparing search index...

    文本消息

    interface Text {
        data: string;
        markdown?: string;
        raw?: any;
        type: "text";
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    data: string

    文本数据

    markdown?: string

    Markdown 数据,仅支持 Markdown 时有效

    raw?: any

    平台原始字段

    type: "text"

    消息类型

    url?: string

    URL 数据,发送链接消息时使用