com.simbot.component.mirai.messages.CQCustomMusic.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of component-mirai Show documentation
Show all versions of component-mirai Show documentation
a simple-robot component for mirai
/*
*
* Copyright (c) 2020. ForteScarlet All rights reserved.
* Project component-mirai
* File CQCustomMusic.kt
*
* You can contact the author through the following channels:
* github https://github.com/ForteScarlet
* gitee https://gitee.com/ForteScarlet
* email [email protected]
* QQ 1149159218
* The Mirai code is copyrighted by mamoe-mirai
* you can see mirai at https://github.com/mamoe/mirai
*
*
*/
package com.simbot.component.mirai.messages
// /**
// * CQ码格式的自定义音乐分享
// * @param url 分享链接,即点击分享后进入的音乐页面(如歌曲介绍页)。
// * @param audio 音频链接(如mp3链接)。
// * @param title 音乐的标题,建议12字以内。
// * @param content 音乐的简介,建议30字以内。该参数可被忽略。
// * @param image 音乐的封面图片链接。若参数为空或被忽略,则显示默认图片。
// */
// @Deprecated("未完成")
// abstract class CqMusicCustom(val url: String, val audio: String, val title: String, val content: String = "", val image: String? = null): CqMusicXml
© 2015 - 2024 Weber Informatics LLC | Privacy Policy