Type alias BaseContactItem

BaseContactItem: {
    cloudId: string;
    contactId?: string;
    networkId: string;
    type: ContactType;
}

Defines the base properties of a contact item.

Type declaration

  • cloudId: string

    Cloud ID associated with the contact.

  • Optional contactId?: string

    Unique ID for the contact item.

    Remarks

    This value is required since v2.1.

    Since

    2.1

  • networkId: string

    Network ID for the contact.

  • type: ContactType

    Type of contact item.

Generated using TypeDoc