- API ›
- Constructors ›
- Help ›
- AppUpdate
AppUpdate
---types--- help.appUpdate#ccbbce30 can_not_skip:flags.0?true id:int version:string text:string entities:Vector<MessageEntity> document:flags.1?Document url:flags.2?string sticker:flags.3?Document = help.AppUpdate
Belongs to
| help.AppUpdate |
In Rust this constructor is a variant of the enums::help.AppUpdate enum.
Match on it with: if let enums::help.AppUpdate::AppUpdate(v) = result { ... }