philia
Preparing search index...
protocol/milky/type/message
OutgoingImage
Interface OutgoingImage
图片消息段
interface
OutgoingImage
{
data
:
{
sub_type
:
"normal"
|
"sticker"
;
summary
?:
string
;
uri
:
string
}
;
type
:
"image"
;
}
Hierarchy (
View Summary
)
ASegment
OutgoingImage
Index
Properties
data
type
Properties
data
data
:
{
sub_type
:
"normal"
|
"sticker"
;
summary
?:
string
;
uri
:
string
}
结构体
Type declaration
sub_type
:
"normal"
|
"sticker"
图片类型
Optional
summary
?:
string
图片预览文本
uri
:
string
文件 URI,支持 file:// http(s):// base64:// 三种格式
type
type
:
"image"
类型标识符
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
type
philia
Loading...
图片消息段