- API ›
- Constructors ›
- Photo
Photo
---types--- photo#fb197a65 has_stickers:flags.0?true id:long access_hash:long file_reference:bytes date:int sizes:Vector<PhotoSize> video_sizes:flags.1?Vector<VideoSize> dc_id:int = Photo
Belongs to
| Photo |
In Rust this constructor is a variant of the enums::Photo enum.
Match on it with: if let enums::Photo::Photo(v) = result { ... }