- API ›
- Constructors ›
- ChatPhoto
ChatPhoto
---types--- chatPhoto#1c6e1c11 has_video:flags.0?true photo_id:long stripped_thumb:flags.1?bytes dc_id:int = ChatPhoto
Belongs to
| ChatPhoto |
In Rust this constructor is a variant of the enums::ChatPhoto enum.
Match on it with: if let enums::ChatPhoto::ChatPhoto(v) = result { ... }