Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/message-conversation
MessageConversationLocator
Interface MessageConversationLocator
消息所属会话的定位参数。
interface
MessageConversationLocator
{
conversationId
:
string
;
conversationType
:
"singleChat"
|
"groupChat"
|
"chatRoom"
;
}
Index
Properties
conversation
Id
conversation
Type
Properties
conversation
Id
conversationId
:
string
会话 ID。
conversation
Type
conversationType
:
"singleChat"
|
"groupChat"
|
"chatRoom"
会话类型。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conversation
Id
conversation
Type
IM SDK Web API 文档
Loading...
消息所属会话的定位参数。