- API ›
- Constructors ›
- UserProfilePhotoEmpty
UserProfilePhotoEmpty
---types--- userProfilePhotoEmpty#4f11bae1 = UserProfilePhoto
Belongs to
| UserProfilePhoto |
In Rust this constructor is a variant of the enums::UserProfilePhoto enum.
Match on it with: if let enums::UserProfilePhoto::UserProfilePhotoEmpty(v) = result { ... }
Parameters
This item has no parameters.