Skip to main content

typing/indicator

Fired when a participant is typing in a conversation.

Data

conversationId
string (UUID)
Branded ConversationId
participant
object
The participant field.

Example

{
  "jsonrpc": "2.0",
  "type": "event",
  "event": "typing/indicator",
  "data": { ... }
}

Triggered By