abstract operator fun invoke(cid: String, messageLimit: Int): Call2<Channel>
Loads older messages for the channel
cid
- : the full channel id IE messaging:123
messageLimit
- : how many new messages to load
Return
A call object with Channel as the return type