811 B
811 B
title | description | image |
---|---|---|
updateUserPhone | updateUserPhone attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateUserPhone
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Yes |
phone | string | Yes |
Type: Update
Example:
$updateUserPhone = ['_' => 'updateUserPhone', 'user_id' => int, 'phone' => 'string'];
PWRTelegram json-encoded version:
{"_": "updateUserPhone", "user_id": int, "phone": "string"}
Or, if you're into Lua:
updateUserPhone={_='updateUserPhone', user_id=int, phone='string'}