Layer 220
UpdateUserPhone
A user's phone number was changed
constructor
updateUserPhone#5492a13 user_id:long phone:string = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | long | User ID |
| Phone | string | New phone number |
Returns
UpdateGogram Example
// Creating UpdateUserPhone constructor obj := &tg.UpdateUserPhone{ UserId: int64(0), Phone: "...", }