- API ›
- Constructors ›
- InputChatPhotoEmpty
InputChatPhotoEmpty
---types--- inputChatPhotoEmpty#1ca48f57 = InputChatPhoto
Belongs to
| InputChatPhoto |
In Rust this constructor is a variant of the enums::InputChatPhoto enum.
Match on it with: if let enums::InputChatPhoto::InputChatPhotoEmpty(v) = result { ... }
Parameters
This item has no parameters.
Used by
| EditChatPhoto |
| EditPhoto |