debugSendMessage

open fun debugSendMessage(channelType: String, channelId: String, message: Message, isRetrying: Boolean = false): SendMessageDebugger

Creates an instance of SendMessageDebugger that allows you to debug the sending process of a message.

Return

Your custom SendMessageDebugger implementation.

Parameters

channelType

The channel type. ie messaging.

channelId

The channel id. ie 123.

message

Message object

isRetrying

True if this message is being retried.