MadelineProtoDocs/old_docs/API_docs_v14/constructors/contacts.contactsNotModifie...

695 B

title description image redirect_from
contacts.contactsNotModified Contact list on the server is the same as the list on the client. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/contacts_contactsNotModified.html

Constructor: contacts.contactsNotModified

Back to constructors index

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

Type: contacts.Contacts

Example:

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

Or, if you're into Lua:

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