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