- API ›
- Constructors ›
- UpdateReadChannelOutbox
UpdateReadChannelOutbox
---types--- updateReadChannelOutbox#b75f99a9 channel_id:long max_id: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::UpdateReadChannelOutbox(v) = result { ... }