--- title: contacts.found description: contacts_found attributes, type and example --- ## Constructor: contacts.found [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |results|Array of [ContactFound](../types/ContactFound.md) | Required| |users|Array of [User](../types/User.md) | Required| ### Type: [contacts\_Found](../types/contacts_Found.md) ### Example: ``` $contacts_found = ['_' => 'contacts.found', 'results' => [Vector t], 'users' => [Vector t], ]; ```