mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 22:17:45 +01:00
476 B
476 B
title | description |
---|---|
contacts.contactsNotModified | contacts_contactsNotModified attributes, type and example |
Constructor: contacts.contactsNotModified
Type: contacts_Contacts
Example:
$contacts_contactsNotModified = ['_' => 'contacts.contactsNotModified', ];
Or, if you're into Lua:
contacts_contactsNotModified={_='contacts.contactsNotModified', }