LeaveConversationUseCaseImpl

internal class LeaveConversationUseCaseImpl(conversationGroupRepository: ConversationGroupRepository, selfUserId: <Error class: unknown class>) : LeaveConversationUseCase

Constructors

Link copied to clipboard
constructor(conversationGroupRepository: ConversationGroupRepository, selfUserId: <Error class: unknown class>)

Functions

Link copied to clipboard
open suspend operator override fun invoke(conversationId: <Error class: unknown class>): RemoveMemberFromConversationUseCase.Result

This use case will allow the self user to leave a given group conversation while still keeping the mentioned conversation in the DB.