- API ›
- Constructors ›
- PhotoCachedSize
PhotoCachedSize
---types--- photoCachedSize#021e1ad6 type:string w:int h:int bytes:bytes = PhotoSize
Belongs to
| PhotoSize |
In Rust this constructor is a variant of the enums::PhotoSize enum.
Match on it with: if let enums::PhotoSize::PhotoCachedSize(v) = result { ... }