MadelineProto/docs/API_docs/constructors/updateUserPhone.md

349 B

Constructor: updateUserPhone

Attributes:

Name Type Required
user_id int Required
phone string Required

Type: Update

Example:

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