- API ›
- Constructors ›
- UpdatePendingJoinRequests
UpdatePendingJoinRequests
---types--- updatePendingJoinRequests#7063c3db peer:Peer requests_pending:int recent_requesters:Vector<long> = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdatePendingJoinRequests(v) = result { ... }