- API ›
- Constructors ›
- UpdateChannelTooLong
UpdateChannelTooLong
---types--- updateChannelTooLong#108d941f channel_id:long pts: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::UpdateChannelTooLong(v) = result { ... }