Typing Indicators
Typing indicators allow you to display whether a user is typing in a particular channel.
Send start and stop typing indicators
sendTypingIndicator({ channelId: string, isTyping: boolean })
sendTypingIndicator({ channelId: string, isTyping: boolean })
Name
Type
Required
Description
channelId
string
yes
The id of the channel associated with the typing event
isTyping
boolean
yes
true
/false
Listen for start and stop typing events
Last updated