MembershipReadStatus

public struct MembershipReadStatus

The read status of the membership for space.

Since

2.3.0
  • The membership of the space

    Declaration

    Swift

    public var member: Membership
  • The id of the last message which the member have read

    Declaration

    Swift

    public var lastSeenId: String?
  • The last date and time the member have read messages

    Declaration

    Swift

    public var lastSeenDate: Date?