- API ›
- Constructors ›
- WebDocument
WebDocument
---types--- webDocument#1c570ed1 url:string access_hash:long size:int mime_type:string attributes:Vector<DocumentAttribute> = WebDocument
Belongs to
| WebDocument |
In Rust this constructor is a variant of the enums::WebDocument enum.
Match on it with: if let enums::WebDocument::WebDocument(v) = result { ... }