Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/conversation
ConversationIdentifier
Interface ConversationIdentifier
会话唯一标识。
interface
ConversationIdentifier
{
conversationId
:
string
;
conversationType
:
ConversationType
;
}
Hierarchy (
View Summary
)
ConversationIdentifier
DeleteConversationParams
SetConversationPinnedParams
ConversationMarkMutationItem
PinMessageParams
Index
Properties
conversation
Id
conversation
Type
Properties
Readonly
conversation
Id
conversationId
:
string
会话 ID:单聊时为对方用户 ID,群聊时为群组 ID,聊天室时为聊天室 ID。
Readonly
conversation
Type
conversationType
:
ConversationType
会话类型。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conversation
Id
conversation
Type
IM SDK Web API 文档
Loading...
会话唯一标识。