- API ›
- Constructors ›
- InputDocument
InputDocument
---types--- inputDocument#1abfb575 id:long access_hash:long file_reference:bytes = InputDocument
Belongs to
| InputDocument |
In Rust this constructor is a variant of the enums::InputDocument enum.
Match on it with: if let enums::InputDocument::InputDocument(v) = result { ... }