SendMessagePartialFailureMapper

Maps the QualifiedSendMessageResponse to a MessageSent object. This mapper is useful in case we receive a successful response from the backend, but there are some users that failed to receive the message. ie: federated users and/or conversations.

Inheritors

Functions

Link copied to clipboard
abstract fun fromDTO(sendMessageResponse: <Error class: unknown class>): MessageSent
Link copied to clipboard
abstract fun fromMlsDTO(sendMLSMessageResponse: <Error class: unknown class>): MessageSent