onDeleteDraftMessagesResult

open suspend override fun onDeleteDraftMessagesResult(result: Result<Unit>, channelType: String, channelId: String, message: DraftMessage)

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 deleted.

channelId

The id of the channel in which message is deleted.

message

DraftMessage to be deleted.