Sender

public struct Sender

An object that groups the metadata of a messages sender.

  • id

    MARK: - Properties The unique String identifier for the sender.

    Note: This value must be unique across all senders.

    Declaration

    Swift

    public let id: String
  • The display name of a sender.

    Declaration

    Swift

    public let displayName: String
  • Two senders are considered equal if they have the same id.

    Declaration

    Swift

    public static func == (left: Sender, right: Sender) -> Bool