24 lines
603 B
Markdown
24 lines
603 B
Markdown
|
---
|
||
|
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 |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|chat\_id|[InputPeer](../types/InputPeer.md) | Yes|Chat identifier of the PaymentSuccessful message|
|
||
|
|message\_id|[int53](../types/int53.md) | Yes|Message identifier|
|
||
|
|
||
|
|
||
|
### Return type: [PaymentReceipt](../types/PaymentReceipt.md)
|
||
|
|