onSendStop

open fun onSendStop(result: Result<Message>, message: Message)

Called when the sending of a message is stopped and the result is available.

Parameters

result

The result of the sent message.

message

The sent message.