library / io.getstream.chat.android.livedata.usecase / GetThreadImpl / invoke

invoke

operator fun invoke(cid: String, parentId: String): Call2<ThreadController>

Returns a thread controller for the given channel and message id

Parameters

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