1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 08:27:45 +01:00
MadelineProto/docs/API_docs/constructors/updateUserPhone.md
2016-12-30 23:21:36 +03:00

506 B

title description
updateUserPhone updateUserPhone attributes, type and example

Constructor: updateUserPhone

Back to constructors index

Attributes:

Name Type Required
user_id int Required
phone string Required

Type: Update

Example:

$updateUserPhone = ['_' => 'updateUserPhone', 'user_id' => int, 'phone' => string, ];