-
public interface Keystroke
-
-
Method Summary
-
-
Method Detail
-
invoke
@CheckResult() abstract Call<Boolean> invoke(String cid, String parentId)
Keystroke should be called whenever a user enters text into the message input It automatically calls stopTyping when the user stops typing after 5 seconds
- Parameters:
cid- the full channel id i.parentId- set this field tomessage.idto indicate that typing event is happening in a thread
-
-
-
-