- API ›
- Constructors ›
- Help ›
- PremiumPromo
PremiumPromo
---types--- help.premiumPromo#5334759c status_text:string status_entities:Vector<MessageEntity> video_sections:Vector<string> videos:Vector<Document> period_options:Vector<PremiumSubscriptionOption> users:Vector<User> = help.PremiumPromo
Belongs to
| help.PremiumPromo |
In Rust this constructor is a variant of the enums::help.PremiumPromo enum.
Match on it with: if let enums::help.PremiumPromo::PremiumPromo(v) = result { ... }