Constructor: payments.paymentReceiptStars
Attributes:
Name | Type | Required |
---|---|---|
date | int | Yes |
bot_id | long | Yes |
title | string | Yes |
description | string | Yes |
photo | WebDocument | Optional |
invoice | Invoice | Yes |
currency | string | Yes |
total_amount | long | Yes |
transaction_id | string | Yes |
users | Array of User | Yes |
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]];