RemoveMemberFromConversationUseCaseImpl

Constructors

Link copied to clipboard
constructor(conversationGroupRepository: ConversationGroupRepository)

Functions

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

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