onDeleteMessageForMeResult

open suspend fun onDeleteMessageForMeResult(messageId: String, result: Result<Message>)

Method called when a request to delete a message for the current user in the API finishes. Use it to update database, update messages or to present an error to the user.

Parameters

result

the result of the API call.