IsOneToOneConversationCreatedUseCase

Operation that indicates if we have one-o-one Conversation with specific UserId.

Return

true

Parameters

otherUserId

UserId private conversation with which we are interested in.

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(otherUserId: <Error class: unknown class>): Boolean