DeliveryStatus

public struct DeliveryStatus

An object represents delivery status of a member

Since

4.12.2
  • Specifies the channel URL of the message that has a delivery status.

    Declaration

    Swift

    public let channelURL: String
  • The type of the channel of the message that has a delivery status.

    Declaration

    Swift

    public let channelType: ChannelType
  • Specifies the member of the message that has a delivery status.

    Declaration

    Swift

    public let member: Member
  • The last seen timestamp of the message that has a delivery status.

    Declaration

    Swift

    public let timestamp: Int64