WatchAndAdd

data class WatchAndAdd(val cid: String) : EventHandlingResult

Call watch and add the channel to a query channels collection.

Parameters

cid

cid of the channel to watch and add.

Constructors

Link copied to clipboard
constructor(cid: String)

Properties

Link copied to clipboard
val cid: String