- API ›
- Constructors ›
- UpdateReadHistoryOutbox
UpdateReadHistoryOutbox
---types--- updateReadHistoryOutbox#2f2f21bf peer:Peer max_id:int pts:int pts_count: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::UpdateReadHistoryOutbox(v) = result { ... }