- API ›
- Constructors ›
- UpdateReadChannelDiscussionInbox
UpdateReadChannelDiscussionInbox
---types--- updateReadChannelDiscussionInbox#d6b19546 channel_id:long top_msg_id:int read_max_id:int broadcast_id:flags.0?long broadcast_post:flags.0?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::UpdateReadChannelDiscussionInbox(v) = result { ... }