mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:27:52 +01:00
26 lines
506 B
Markdown
26 lines
506 B
Markdown
|
---
|
||
|
title: updateUserPhone
|
||
|
description: updateUserPhone attributes, type and example
|
||
|
---
|
||
|
## Constructor: updateUserPhone
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|user\_id|[int](../types/int.md) | Required|
|
||
|
|phone|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [Update](../types/Update.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$updateUserPhone = ['_' => 'updateUserPhone', 'user_id' => int, 'phone' => string, ];
|
||
|
```
|