Hierarchy

  • BaseMongoEntity
    • UserTopicCursorEntity

Implements

Constructors

Properties

firstReadMessageCreatedAt?: Date

First read message created at data

firstReadMessageId?: string

Fist read message ID

lastReadMessageCreatedAt?: Date

Last read message created at date

lastReadMessageId?: string

Last read message ID

organizationId?: string

Organization ID that this cursor is for. Either this or userId must be specified

topicId: string

Topic ID

userId?: string

User ID that this cursor is for. Either this or organizationId must be specified

Generated using TypeDoc