NewConversationMembersRepository
Handles the addition of members to a new conversation and the related system messages when a conversation is started. Either all users are added or some of them could fail to be added.
Inheritors
Functions
Link copied to clipboard
abstract suspend fun persistMembersAdditionToTheConversation(conversationId: <Error class: unknown class>, conversationResponse: <Error class: unknown class>): Either<CoreFailure, Unit>