philia
Preparing search index...
protocol/onebot/v11/type/message
Music
Interface Music
音乐分享消息
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
)
AMessage
Music
Index
Properties
data
type
Properties
data
data
:
{
audio
?:
string
;
content
?:
string
;
id
?:
string
;
image
?:
string
;
title
?:
string
;
type
:
"custom"
|
"qq"
|
"163"
|
"xm"
;
url
?:
string
;
}
消息数据
Type declaration
Optional
audio
?:
string
音乐链接
Optional
content
?:
string
音乐描述
Optional
id
?:
string
非自定义有效,音乐 ID
Optional
image
?:
string
音乐图片
Optional
title
?:
string
音乐标题
type
:
"custom"
|
"qq"
|
"163"
|
"xm"
音乐类型
Optional
url
?:
string
以下仅自定义有效,跳转链接
type
type
:
"music"
消息类型
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
type
philia
Loading...
音乐分享消息