philia
Preparing search index...
protocol/milky/type/message
IncomingImage
Interface IncomingImage
图片消息段
interface
IncomingImage
{
data
:
{
resource_id
:
string
;
sub_type
:
"normal"
|
"sticker"
;
summary
?:
string
;
temp_url
:
string
;
}
;
type
:
"image"
;
}
Hierarchy (
View Summary
)
ASegment
IncomingImage
Index
Properties
data
type
Properties
data
data
:
{
resource_id
:
string
;
sub_type
:
"normal"
|
"sticker"
;
summary
?:
string
;
temp_url
:
string
;
}
结构体
Type declaration
resource_id
:
string
资源ID
sub_type
:
"normal"
|
"sticker"
图片类型
Optional
summary
?:
string
图片预览文本
temp_url
:
string
临时URL
type
type
:
"image"
类型标识符
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
type
philia
Loading...
图片消息段