- API ›
- Constructors ›
- RequestPeerTypeUser
RequestPeerTypeUser
---types--- requestPeerTypeUser#5f3b8a00 bot:flags.0?Bool premium:flags.1?Bool = RequestPeerType
Belongs to
| RequestPeerType |
In Rust this constructor is a variant of the enums::RequestPeerType enum.
Match on it with: if let enums::RequestPeerType::RequestPeerTypeUser(v) = result { ... }