Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chat-thread
CreateChatThreadParams
Interface CreateChatThreadParams
创建 ChatThread 的参数。
interface
CreateChatThreadParams
{
parentId
:
string
;
name
:
string
;
messageId
:
string
;
}
Index
Properties
parent
Id
name
message
Id
Properties
Readonly
parent
Id
parentId
:
string
所属群组 ID。
Readonly
name
name
:
string
消息话题名称。
Readonly
message
Id
messageId
:
string
父消息 ID。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
parent
Id
name
message
Id
IM SDK Web API 文档
Loading...
创建 ChatThread 的参数。