payments.paymentReceiptStars

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

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
date int A point in time, unix seconds.
bot_id long Bot identifier.
title string Title.
description string Description.
photo flags.2?WebDocument Photo.
invoice Invoice Invoice.
currency string Currency, three-letter code.
total_amount long
transaction_id string
users Vector<User> Users referenced by the response — the client should put them in its cache.

Type

payments.PaymentReceipt

Related pages

Types used here