Get payment receipt
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;
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;
---functions---
payments.getPaymentReceipt#2478d1cc peer:InputPeer msg_id:int = payments.PaymentReceipt;
Parameters
Name |
Type |
Description |
peer |
InputPeer |
The peer where the payment receipt was sent |
msg_id |
int |
Message ID of receipt |
Result
payments.PaymentReceipt
Possible errors
Code |
Type |
Description |
400 |
MESSAGE_ID_INVALID |
The provided message id is invalid. |