- API ›
- Constructors ›
- UpdateChannelViewForumAsMessages
UpdateChannelViewForumAsMessages
---types--- updateChannelViewForumAsMessages#07b68920 channel_id:long enabled:Bool = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateChannelViewForumAsMessages(v) = result { ... }