- API ›
- Constructors ›
- UpdateReadChannelInbox
UpdateReadChannelInbox
---types--- updateReadChannelInbox#922e6e10 folder_id:flags.0?int channel_id:long max_id:int still_unread_count:int pts: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::UpdateReadChannelInbox(v) = result { ... }