894 B
894 B
title | description | image |
---|---|---|
updateContactRegistered | Update contact registered | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateContactRegistered
Update contact registered
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | int | Yes | User ID |
date | int | Yes | Date |
Type: Update
Example:
$updateContactRegistered = ['_' => 'updateContactRegistered', 'user_id' => int, 'date' => int];
PWRTelegram json-encoded version:
{"_": "updateContactRegistered", "user_id": int, "date": int}
Or, if you're into Lua:
updateContactRegistered={_='updateContactRegistered', user_id=int, date=int}