onCreateDraftMessageRequest

abstract suspend fun onCreateDraftMessageRequest(channelType: String, channelId: String, message: DraftMessage)

Side effect to be invoked before the original request is launched.

Parameters

channelType

The type of the channel in which message is created.

channelId

The id of the channel in which message is created.

message

DraftMessage to be created.