Message

public struct Message : Equatable

A message retrieved from the Relay Service

Properties

  • id

    The unique message identifier

    Declaration

    Swift

    public var id: String
  • Identifier of the owning postbox

    Declaration

    Swift

    public var postboxId: String
  • The message text.

    Declaration

    Swift

    public var message: String