Options
Menu

Class ChatEventsMarkedSeenEvent

Emitted when a DomainUser marks chat events as being seen in a Chat.

Hierarchy

  • ChatEventsMarkedSeenEvent

Implements

Index

Properties

chatId

chatId: string

maxSeenEventNumber

maxSeenEventNumber: number

name

name: string = ChatEventsMarkedSeenEvent.NAME

The name of the event that was fired. This is commonly used to filter when using the ConvergenceEventEmitter.events stream.

Note that the name is only guaranteed to be unique within the class / subsystem that is firing it. Names might be reused across classes and subsystems.

user

NAME

NAME: "events_seen" = "events_seen"