DeliveryReceipt
public class DeliveryReceipt : CustomStringConvertible
Signal server delivery receipt for a message being received by a recipient’s device
-
the device that retrieved a message we sent from the Signal server
Declaration
Swift
public let address: SignalAddress
-
the timestamp of the sent message (used to identify messages in Signal)
Declaration
Swift
public let timestamp: Date
-
human-readable string for this receipt
Declaration
Swift
public var description: String { get }