- API ›
- Constructors ›
- UpdateUserName
UpdateUserName
---types--- updateUserName#a7848924 user_id:long first_name:string last_name:string usernames:Vector<Username> = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateUserName(v) = result { ... }