mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
726 B
726 B
title | description | nav_exclude | image |
---|---|---|---|
updateUserPhone | A user's phone number was changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateUserPhone
A user's phone number was changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | long | Yes | User ID |
phone | string | Yes | New phone number |
Type: Update
Example:
$updateUserPhone = ['_' => 'updateUserPhone', 'user_id' => long, 'phone' => 'string'];