SpaceReadStatus

class SpaceReadStatus

Read status about the date of last activity in the space and the date of current user last presence in the space. For spaces where lastActivityDate lastSeenDate the space can be considered to be "unread".

Since

2.3.0

Properties

Link copied to clipboard
var id: String? = null

The identifier of this space.

Link copied to clipboard
var lastActivityDate: Date

The date of last activity in the space

Link copied to clipboard
var lastSeenDate: Date

The date of the last message in the space that login user has read.

Link copied to clipboard
var type: Space.SpaceType

The type of this space.