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