- API ›
- Constructors ›
- UpdateNewAuthorization
UpdateNewAuthorization
---types--- updateNewAuthorization#8951abef unconfirmed:flags.0?true hash:long date:flags.0?int device:flags.0?string location:flags.0?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::UpdateNewAuthorization(v) = result { ... }