Remove

data class Remove(val cid: String) : EventHandlingResult

Remove a channel from a query channels collection.

Parameters

cid

cid of channel to remove.

Constructors

Link copied to clipboard
constructor(cid: String)

Properties

Link copied to clipboard
val cid: String