-
public interface GetThread
-
-
Method Summary
Modifier and Type Method Description abstract Call<ThreadController>invoke(String cid, String parentId)Returns a thread controller for the given channel and message id -
-
Method Detail
-
invoke
@CheckResult() abstract Call<ThreadController> invoke(String cid, String parentId)
Returns a thread controller for the given channel and message id
- Parameters:
cid- the full channel id.parentId- the message id for the parent of this thread
-
-
-
-