- API ›
- Constructors ›
- UpdatePeerHistoryTtl
UpdatePeerHistoryTtl
---types--- updatePeerHistoryTTL#bb9bb9a5 peer:Peer ttl_period:flags.0?int = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdatePeerHistoryTtl(v) = result { ... }