- API ›
- Constructors ›
- PhotoStrippedSize
PhotoStrippedSize
---types--- photoStrippedSize#e0b0bc2e type:string 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::PhotoStrippedSize(v) = result { ... }