Layer 220
constructor
updateUserPhone#5492a13 user_id:long phone:string = Update;

Parameters

Name Type Description
UserId long User ID
Phone string New phone number

Returns

Update

Gogram Example

// Creating UpdateUserPhone constructor
obj := &tg.UpdateUserPhone{
    UserId: int64(0),
    Phone: "...",
}