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