mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
26 lines
643 B
Markdown
26 lines
643 B
Markdown
---
|
|
title: "contacts.contactsNotModified"
|
|
description: "Contact list on the server is the same as the list on the client."
|
|
nav_exclude: true
|
|
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](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
Contact list on the server is the same as the list on the client.
|
|
|
|
|
|
|
|
|
|
### Type: [contacts.Contacts](/API_docs/types/contacts.Contacts.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$contacts_contactsNotModified = ['_' => 'contacts.contactsNotModified'];
|
|
```
|