interface GetThread
Returns a thread controller for the given channel and message id
abstract operator fun invoke(cid: String, parentId: String): Call2<ThreadController>
class GetThreadImpl : GetThread