Preparing search index...
The search index is not available
Ⓙ Jike SDK
Ⓙ Jike SDK
index
ApiOptions
CreatePostOption
Interface CreatePostOption
Description
发送动态选项
interface
CreatePostOption
{
linkInfo
?:
{
linkType
:
string
;
linkUrl
:
string
;
pictureUrl
:
string
;
supplementary
:
boolean
;
title
:
string
;
type
:
string
;
urlsInText
:
[
]
;
}
;
pictureKeys
?:
string
[]
;
syncToPersonalUpdates
?:
boolean
;
topicId
?:
string
;
}
Index
Properties
link
Info?
picture
Keys?
sync
To
Personal
Updates?
topic
Id?
Properties
Optional
link
Info
link
Info
?:
{
linkType
:
string
;
linkUrl
:
string
;
pictureUrl
:
string
;
supplementary
:
boolean
;
title
:
string
;
type
:
string
;
urlsInText
:
[
]
;
}
Optional
picture
Keys
picture
Keys
?:
string
[]
Description
图片 key 列表
Default
[]
Optional
sync
To
Personal
Updates
sync
To
Personal
Updates
?:
boolean
Description
是否同步到个人主页
Default
true
Optional
topic
Id
topic
Id
?:
string
Description
圈子 ID
Default
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
link
Info
picture
Keys
sync
To
Personal
Updates
topic
Id
Ⓙ Jike SDK
Loading...
Description
发送动态选项