---
title: contacts.contactsNotModified
description: Contact list on the server is the same as the list on the client.
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/contacts_contactsNotModified.html
---
# Constructor: contacts.contactsNotModified  
[Back to constructors index](index.md)



Contact list on the server is the same as the list on the client.




### Type: [contacts.Contacts](../types/contacts.Contacts.md)


### Example:

```php
$contacts.contactsNotModified = ['_' => 'contacts.contactsNotModified'];
```  


Or, if you're into Lua:

```lua
contacts.contactsNotModified={_='contacts.contactsNotModified'}

```