- API ›
- Constructors ›
- UpdateReadHistoryInbox
UpdateReadHistoryInbox
---types--- updateReadHistoryInbox#9e84bc99 folder_id:flags.0?int peer:Peer top_msg_id:flags.1?int max_id:int still_unread_count: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::UpdateReadHistoryInbox(v) = result { ... }