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