ReadStatus
public struct ReadStatus
An object represents read status of a user
Since
4.12.2-
Specifies the channel URL of the message that has a read status.
Declaration
Swift
public let channelURL: String
-
The type of the channel of the message that has a read status.
Declaration
Swift
public let channelType: ChannelType
-
Specifies the user of the message that has a read status.
Declaration
Swift
public let user: User
-
The last seen timestamp of the message that has a read status.
Declaration
Swift
public let lastSeenAt: Int64