Link Search Menu Expand Document

Constructor: payments.paymentReceiptStars

Back to constructors index

Attributes:

NameTypeRequired
dateintYes
bot_idlongYes
titlestringYes
descriptionstringYes
photoWebDocumentOptional
invoiceInvoiceYes
currencystringYes
total_amountlongYes
transaction_idstringYes
usersArray of UserYes

Type: payments.PaymentReceipt

Example:

$payments_paymentReceiptStars = ['_' => 'payments.paymentReceiptStars', 'date' => int, 'bot_id' => long, 'title' => 'string', 'description' => 'string', 'photo' => WebDocument, 'invoice' => Invoice, 'currency' => 'string', 'total_amount' => long, 'transaction_id' => 'string', 'users' => [User, User]];