interface MarkRead
Marks the messages on the specified channel as read
abstract operator fun invoke(cid: String): Call2<Boolean>
class MarkReadImpl : MarkRead