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 { ... }

Parameters

dateintrequired
bot_idlongrequired
titlestringrequired
descriptionstringrequired
photoWebDocumentoptional
invoiceInvoicerequired
currencystringrequired
total_amountlongrequired
transaction_idstringrequired
usersVector<User>required