- API ›
- Constructors ›
- UpdateNewChannelMessage
UpdateNewChannelMessage
---types--- updateNewChannelMessage#62ba04d9 message:Message 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::UpdateNewChannelMessage(v) = result { ... }