keystroke

fun keystroke(parentId: String? = null): Call<ChatEvent>

Sends a start typing event EventType.TYPING_START in this channel to the server.

Return

Executable async Call which completes with Result having ChatEvent data if successful or Error if fails.

Parameters

parentId

Set this field to message.id to indicate that typing event is happening in a thread.