-
public interface StopTyping
-
-
Method Summary
-
-
Method Detail
-
invoke
@CheckResult() abstract Call<Boolean> invoke(String cid, String parentId)
StopTyping should be called when the user submits the text and finishes typing
- Parameters:
cid- : the full channel id i.parentId- set this field tomessage.idto indicate that typing event is happening in a thread
-
-
-
-