library / io.getstream.chat.android.livedata.usecase / GetThread

GetThread

interface GetThread

Functions

invoke

Returns a thread controller for the given channel and message id

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

Inheritors

GetThreadImpl

class GetThreadImpl : GetThread