- API ›
- Constructors ›
- UpdateDeleteChannelMessages
UpdateDeleteChannelMessages
---types--- updateDeleteChannelMessages#c32d5b12 channel_id:long messages:Vector<int> pts:int pts_count: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::UpdateDeleteChannelMessages(v) = result { ... }