清空单个会话未读数的参数。

interface ClearConversationUnreadMessageCountParams {
    conversationId: string;
    conversationType: MessageChatConversationType;
}

Properties

conversationId: string

会话 ID。

conversationType: MessageChatConversationType

会话类型,仅支持单聊和群聊。