- API ›
- Constructors ›
- UpdateUserPhone
UpdateUserPhone
---types--- updateUserPhone#05492a13 user_id:long phone:string = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateUserPhone(v) = result { ... }