- API ›
- Constructors ›
- InputPeerUser
InputPeerUser
---types--- inputPeerUser#dde8a54c user_id:long access_hash:long = InputPeer
Belongs to
| InputPeer |
In Rust this constructor is a variant of the enums::InputPeer enum.
Match on it with: if let enums::InputPeer::InputPeerUser(v) = result { ... }