MadelineProto/old_docs/API_docs_v41/constructors/updateUserPhone.md

510 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, ];