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