MessageReceiptFlag
public struct MessageReceiptFlag
The timestamp flag of message receipt.
-
Means the messages that its sent timestamp less than this flag timestamp has been read.
Declaration
Swift
public let readFlagTimestamp: Int64?
-
Date format of the
readFlagTimestamp
.Declaration
Swift
public var readFlagDate: Date? { get }
-
Means the messages that its sent timestamp less than this flag timestamp has been delivered.
Declaration
Swift
public let deliveredFlagTimestamp: Int64?
-
Date format of the
deliveredFlagTimestamp
.Declaration
Swift
public var deliveredFlagDate: Date? { get }