- API ›
- Constructors ›
- DocumentAttributeImageSize
DocumentAttributeImageSize
---types--- documentAttributeImageSize#6c37c15c w:int h:int = DocumentAttribute
Belongs to
| DocumentAttribute |
In Rust this constructor is a variant of the enums::DocumentAttribute enum.
Match on it with: if let enums::DocumentAttribute::DocumentAttributeImageSize(v) = result { ... }