- API ›
- Constructors ›
- WebAuthorization
WebAuthorization
---types--- webAuthorization#a6f8f452 hash:long bot_id:long domain:string browser:string platform:string date_created:int date_active:int ip:string region:string = WebAuthorization
Belongs to
| WebAuthorization |
In Rust this constructor is a variant of the enums::WebAuthorization enum.
Match on it with: if let enums::WebAuthorization::WebAuthorization(v) = result { ... }