34 lines
536 B
Markdown
34 lines
536 B
Markdown
---
|
|
title: contacts.contactsNotModified
|
|
description: Contacts not modified
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: contacts.contactsNotModified
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Contacts not modified
|
|
|
|
|
|
|
|
|
|
### Type: [contacts\_Contacts](../types/contacts_Contacts.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```php
|
|
$contacts_contactsNotModified = ['_' => 'contacts.contactsNotModified'];
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
contacts_contactsNotModified={_='contacts.contactsNotModified'}
|
|
|
|
```
|
|
|
|
|