payments.paymentReceipt

payments.paymentReceipt#70c4fe03 flags:# date:int bot_id:long provider_id:long title:string description:string photo:flags.2?WebDocument invoice:Invoice info:flags.0?PaymentRequestedInfo shipping:flags.1?ShippingOption tip_amount:flags.3?long currency:string total_amount:long credentials_title: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.
provider_id long
title string Title.
description string Description.
photo flags.2?WebDocument Photo.
invoice Invoice Invoice.
info flags.0?PaymentRequestedInfo
shipping flags.1?ShippingOption
tip_amount flags.3?long
currency string Currency, three-letter code.
total_amount long
credentials_title 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