operator fun invoke(cid: String): Call2<Boolean>
Marks the messages on the specified channel as read
cid
- : the full channel id IE messaging:123
Return
A call object with Boolean as the return type.
True if the mark read event was sent.
False if there was no need to mark read (IE the messages are already marked as read)