ChannelMessageSetTypingIndicatorEvent
ChannelMessageSetTypingIndicatorEvent =
object
Event payload emitted when a user starts or stops typing in a channel.
Properties
channelId
channelId:
ChannelGuid
The unique identifier of the channel.
communityId?
optionalcommunityId:CommunityGuid
The unique identifier of the community. Optional.
createdAt?
optionalcreatedAt:Date
When the typing indicator was set. Optional.
isTyping
isTyping:
boolean
Whether the user is currently typing. true when the user starts typing, false when they stop.
userId
userId:
UserGuid
The unique identifier of the user whose typing state changed.