Contents

markConversationsAsRead(_:)

Marks the a list of conversations as read.

Declaration

final func markConversationsAsRead(_ recentConversations: [ConversationHistoryManager.RecentConversation]) async throws

Parameters

  • recentConversations:

    A list of recent conversations that you want to mark as read.

See Also

Managing recent conversations