SyncReadReceipt

public class SyncReadReceipt : CustomStringConvertible

Read-receipt to indicate among our own devices what messages have been read by the user

  • the read-message’s sender’s userId

    Declaration

    Swift

    public let sender: UUID
  • the read-message’s timestamp (used to identify messages in Signal)

    Declaration

    Swift

    public let timestamp: Date
  • init with sender and timestamp

    Declaration

    Swift

    public init(_ sender: UUID, _ timestamp: Date)