GetMembersE2EICertificateStatusesUseCase

This use case is used to get the e2ei certificates of all the users in Conversation. Return Map where keys are UserId and values - nullable CertificateStatus of corresponding user.

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(conversationId: <Error class: unknown class>, userIds: List<<Error class: unknown class>>): Map<<Error class: unknown class>, Boolean>