onHideChannelResult
open suspend override fun onHideChannelResult(result: Result<Unit>, channelType: String, channelId: String, clearHistory: Boolean)
Runs this function on the result of the request.
Parameters
result
Result of this request.
channelType
Type of the requested channel.
channelId
Id of the requested channel.
clearHistory
Boolean, if you want to clear the history of this channel or not.