onMessageSendResult

open suspend override fun onMessageSendResult(result: Result<Message>, channelType: String, channelId: String, message: Message)

Side effect to be invoked when the original request is completed with a response.

Parameters

result

Result response from the original request.

channelType

The type of the channel in which message is sent.

channelId

The id of the the channel in which message is sent.

message

Message to be sent.