philia
Preparing search index...
protocol/onebot/v11/type/message
Image
Interface Image
图片消息
interface
Image
{
data
:
{
type
?:
"flash"
}
&
{
cache
?:
"0"
|
"1"
;
file
:
string
;
proxy
?:
"0"
|
"1"
;
timeout
?:
string
;
url
?:
string
;
}
;
type
:
"image"
;
}
Hierarchy (
View Summary
)
AFile
Image
Index
Properties
data
type
Properties
data
data
:
{
type
?:
"flash"
}
&
{
cache
?:
"0"
|
"1"
;
file
:
string
;
proxy
?:
"0"
|
"1"
;
timeout
?:
string
;
url
?:
string
;
}
消息数据
Type declaration
Optional
type
?:
"flash"
闪照
Optional
cache
?:
"0"
|
"1"
以下仅发送
file
:
string
接收为文件名,发送支持路径(file://)、URL(http://)、Base64(base64://)
Optional
proxy
?:
"0"
|
"1"
Optional
timeout
?:
string
Optional
url
?:
string
以下仅接收
type
type
:
"image"
消息类型
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
type
philia
Loading...
图片消息