MadelineProto/docs/API_docs/constructors/updateUserPhone.md

18 lines
349 B
Markdown

## Constructor: updateUserPhone
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|user\_id|[int](../types/int.md) | Required|
|phone|[string](../types/string.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateUserPhone = ['user_id' => int, 'phone' => string, ];
```