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