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
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 - 2025 Weber Informatics LLC | Privacy Policy