## Constructor: contacts\_found ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |results|Array of [Peer](../types/Peer.md) | Required| |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| ### Type: [contacts\_Found](../types/contacts\_Found.md) ### Example: ``` $contacts_found = ['results' => [Peer], 'chats' => [Chat], 'users' => [User], ]; ```