Class Contacts

Contacts

Hierarchy

  • Contacts

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Delete a contact

    Parameters

    • pre: string

      Prefix of the contact

    Returns Promise<void>

    Async

  • List contacts

    Parameters

    • Optional group: string

      Optional group name to filter contacts

    • Optional filterField: string

      Optional field name to filter contacts

    • Optional filterValue: string

      Optional field value to filter contacts

    Returns Promise<Contact[]>

    A promise to the list of contacts

    Async

Generated using TypeDoc