2019-03-08 13:49:23 +01:00

559 B

title description image
updateContactsReset Update contacts reset https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateContactsReset

Back to constructors index

Update contacts reset

Type: Update

Example:

$updateContactsReset = ['_' => 'updateContactsReset'];

PWRTelegram json-encoded version:

{"_": "updateContactsReset"}

Or, if you're into Lua:

updateContactsReset={_='updateContactsReset'}