onQueryChannelRequest
abstract suspend fun onQueryChannelRequest(channelType: String, channelId: String, request: QueryChannelRequest)
Runs side effect before the request is launched.
Parameters
channelType
Type of the requested channel.
channelId
Id of the requested channel.
request
QueryChannelRequest which is going to be used for the request.