MadelineProtoDocs/docs/API_docs/constructors/payments.paymentReceiptStars.md
2024-06-04 10:12:34 +02:00

1.4 KiB

title description nav_exclude image redirect_from
payments.paymentReceiptStars payments.paymentReceiptStars attributes, type and example true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/payments_paymentReceiptStars.html

Constructor: payments.paymentReceiptStars

Back to constructors index

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]];