MadelineProtoDocs/old_docs/API_docs_v102/constructors/contacts_contactsNotModified.md
2019-06-24 15:45:02 +02:00

536 B

title description image
contacts.contactsNotModified Contacts not modified https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: contacts.contactsNotModified

Back to constructors index

Contacts not modified

Type: contacts_Contacts

Example:

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

Or, if you're into Lua:

contacts_contactsNotModified={_='contacts.contactsNotModified'}