telegram api constructor · layer 229 · #dabbf83a
payments.paymentReceiptStars
Receipt for payment made using Telegram Stars.
definition
payments.paymentReceiptStars#dabbf83a flags:# 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;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
date | int | Date of generation |
bot_id | long | Bot ID |
title | string | Title |
description | string | Description |
photo | WebDocument | Product photo |
invoice | Invoice | Invoice |
currency | string | Currency, always XTR. |
total_amount | long | Amount of Telegram Stars. |
transaction_id | string | Transaction ID |
users | Vector<User> | Info about users mentioned in the other fields. |
type
payments.PaymentReceipt · other constructors: payments.paymentReceipt
history
present in layers 181–229
| id | layers |
|---|---|
| #dabbf83a | 181–229 |