- API ›
- Constructors ›
- UpdateChannelMessageViews
UpdateChannelMessageViews
---types--- updateChannelMessageViews#f226ac08 channel_id:long id:int views: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::UpdateChannelMessageViews(v) = result { ... }