- API ›
- Constructors ›
- Payments ›
- PaymentFormStars
PaymentFormStars
---types--- payments.paymentFormStars#7bf6b15c form_id:long bot_id:long title:string description:string photo:flags.5?WebDocument invoice:Invoice users:Vector<User> = payments.PaymentForm
Belongs to
| payments.PaymentForm |
In Rust this constructor is a variant of the enums::payments.PaymentForm enum.
Match on it with: if let enums::payments.PaymentForm::PaymentFormStars(v) = result { ... }