Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chat-manager
ClearConversationUnreadMessageCountParams
Interface ClearConversationUnreadMessageCountParams
清空单个会话未读数的参数。
interface
ClearConversationUnreadMessageCountParams
{
conversationId
:
string
;
conversationType
:
MessageChatConversationType
;
}
Index
Properties
conversation
Id
conversation
Type
Properties
Readonly
conversation
Id
conversationId
:
string
会话 ID。
Readonly
conversation
Type
conversationType
:
MessageChatConversationType
会话类型,仅支持单聊和群聊。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conversation
Id
conversation
Type
IM SDK Web API 文档
Loading...
清空单个会话未读数的参数。