- API ›
- Constructors ›
- UpdateUser
UpdateUser
---types--- updateUser#20529438 user_id:long = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateUser(v) = result { ... }
Parameters
| user_id | long | required |