MadelineProto/docs/TD_docs/methods/getPaymentReceipt.md

24 lines
595 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: getPaymentReceipt
description: Returns information about successful payment
---
## Method: getPaymentReceipt
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns information about successful payment
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier of the PaymentSuccessful message|
2017-08-25 15:05:53 +02:00
|message\_id|[int53](../types/int53.md) | Yes|Message identifier|
### Return type: [PaymentReceipt](../types/PaymentReceipt.md)