updateUserPhone
A user's phone number was changed
type tg.UpdateUserPhone struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
UserID | int64 | yes | User ID |
Phone | string | yes | New phone number |
References
- Official documentation
- Generated Go reference
- TL definition:
updateUserPhone#5492a13