FishPi.js API Documentation - v0.1.28
    Preparing search index...

    Interface IMusicMessage

    聊天音乐消息

    interface IMusicMessage {
        coverURL: string;
        from: string;
        source: string;
        title: string;
        type: "music";
    }
    Index

    Properties

    coverURL: string

    封面地址

    from: string

    来源

    source: string

    音乐源

    title: string

    歌曲名称

    type: "music"