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

624 B

title description image
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

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