operator fun invoke(cid: String, parentId: String): Call2<ThreadController>
Returns a thread controller for the given channel and message id
cid
- the full channel id. ie messaging:123
parentId
- the message id for the parent of this thread
Return
A call object with ThreadController as the return type
See Also
io.getstream.chat.android.livedata.controller.ThreadController