- API ›
- Constructors ›
- Payments ›
- PaymentReceiptStars
PaymentReceiptStars
---types--- payments.paymentReceiptStars#dabbf83a date:int bot_id:long title:string description:string photo:flags.2?WebDocument invoice:Invoice currency:string total_amount:long transaction_id:string users:Vector<User> = payments.PaymentReceipt
Belongs to
| payments.PaymentReceipt |
In Rust this constructor is a variant of the enums::payments.PaymentReceipt enum.
Match on it with: if let enums::payments.PaymentReceipt::PaymentReceiptStars(v) = result { ... }