## Constructor: contacts\_contacts ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |contacts|Array of [Contact](../types/Contact.md) | Required| |users|Array of [User](../types/User.md) | Required| ### Type: [contacts\_Contacts](../types/contacts\_Contacts.md) ### Example: ``` $contacts_contacts = ['contacts' => [Contact], 'users' => [User], ]; ```