UserStatistics

public struct UserStatistics

Represents statistics about the user.

  • The date at which the message was seen. Will be null if not yet seen.

    Declaration

    Swift

    public let seenAt: Date?
  • The date at which the message was read. Will be null if not yet read.

    Declaration

    Swift

    public let readAt: Date?