- API ›
- Constructors ›
- UpdateReadChannelDiscussionOutbox
UpdateReadChannelDiscussionOutbox
---types--- updateReadChannelDiscussionOutbox#695c9e7c channel_id:long top_msg_id:int read_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::UpdateReadChannelDiscussionOutbox(v) = result { ... }