Get payment receipt
payments.paymentReceipt#500911e1 flags:# date:int bot_id:int invoice:Invoice provider_id:int info:flags.0?PaymentRequestedInfo shipping:flags.1?ShippingOption currency:string total_amount:long credentials_title:string users:Vector<User> = payments.PaymentReceipt;
---functions---
payments.getPaymentReceipt#a092a980 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. |