MadelineProtoDocs/docs/API_docs/constructors/contacts_contactsNotModifie...

34 lines
624 B
Markdown

---
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
---
# 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'}
```