operator fun invoke(cid: String, parentId: String, messageLimit: Int): Call2<List<Message>>
Loads more messages for the specified thread
cid
- : the full channel id IE messaging:123
parentId
- : the parentId of the thread
messageLimit
- : how many new messages to load
Return
A call object with List as the return type