ContactListUpdate

public struct ContactListUpdate
extension ContactListUpdate: Equatable

Represents group changes info

  • Declaration

    Swift

    public private(set) var groupId: String { get }
  • Declaration

    Swift

    public private(set) var type: ContactListUpdateType { get }
  • Declaration

    Swift

    public internal(set) var contacts: [Contact] { get }
  • Declaration

    Swift

    public static func == (lhs: ContactListUpdate, rhs: ContactListUpdate) -> Bool