- API ›
- Constructors ›
- UpdateChannelMessageForwards
UpdateChannelMessageForwards
---types--- updateChannelMessageForwards#d29a27f4 channel_id:long id:int forwards: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::UpdateChannelMessageForwards(v) = result { ... }