Skip to main content

ChannelMessageSetTypingIndicatorEvent

ChannelMessageSetTypingIndicatorEvent = object

Event data emitted when a user's typing indicator status changes in a channel.

Properties

channelId

channelId: ChannelGuid

The ID of the channel where the typing indicator changed.


communityId?

optional communityId: CommunityGuid


createdAt?

optional createdAt: Date

Optional timestamp when the typing indicator was set.


isTyping

isTyping: boolean

Boolean indicating whether the user is currently typing.


userId

userId: UserGuid

The ID of the user whose typing status changed.