SpaceReadStatus
public struct 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-
The identifier of this space.
Declaration
Swift
public var id: String?
-
The type of this space.
Declaration
Swift
public var type: SpaceType?
-
The date of last activity in the space.
Declaration
Swift
public var lastActivityDate: Date?
-
The date of the last message in the space that login user has read.
Declaration
Swift
public var lastSeenActivityDate: Date?