AddServiceToConversationUseCase

This use case will add a service to a given conversation.

Return

the Result indicating a successful operation, otherwise a CoreFailure

Parameters

conversationId

the id of the conversation

serviceId

the id of the service to add to the conversation

Constructors

Link copied to clipboard
internal constructor(groupRepository: ConversationGroupRepository)

Types

Link copied to clipboard
interface Result

Functions

Link copied to clipboard
suspend operator fun invoke(conversationId: <Error class: unknown class>, serviceId: <Error class: unknown class>): AddServiceToConversationUseCase.Result