keystroke

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

Sends a EventType.TYPING_START event to the backend.

Return

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

Parameters

channelType

The type of this channel i.e. messaging etc.

channelId

The id of this channel.

parentId

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