PaymentReceiptStars
---types--- payments.paymentReceiptStars#dabbf83a flags:# date:date 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 |
This type can be an instance of either:
PaymentReceipt | PaymentReceiptStars |
Members
date | date | |
bot_id | long | |
title | string | |
description | string | |
invoice | Invoice | |
currency | string | |
total_amount | long | |
transaction_id | string | |
users | User | A list must be supplied. |
photo | WebDocument | This argument defaults to None and can be omitted. |