批量发送消息已读回执的参数。

interface SendMessageReadReceiptsParams {
    conversationId: string;
    conversationType: MessageChatConversationType;
    messageIds: readonly string[];
}

Properties

conversationId: string

会话 ID,所有 messageIds 必须属于该会话。

conversationType: MessageChatConversationType

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

messageIds: readonly string[]

要发送已读回执的消息 ID 列表,必须非空、最多 50 条且属于同一会话。