philia
    Preparing search index...

    音乐分享消息

    interface Music {
        data: {
            audio?: string;
            content?: string;
            id?: string;
            image?: string;
            title?: string;
            type: "custom" | "qq" | "163" | "xm";
            url?: string;
        };
        type: "music";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: {
        audio?: string;
        content?: string;
        id?: string;
        image?: string;
        title?: string;
        type: "custom" | "qq" | "163" | "xm";
        url?: string;
    }

    消息数据

    Type declaration

    • Optionalaudio?: string

      音乐链接

    • Optionalcontent?: string

      音乐描述

    • Optionalid?: string

      非自定义有效,音乐 ID

    • Optionalimage?: string

      音乐图片

    • Optionaltitle?: string

      音乐标题

    • type: "custom" | "qq" | "163" | "xm"

      音乐类型

    • Optionalurl?: string

      以下仅自定义有效,跳转链接

    type: "music"

    消息类型