25 lines
676 B
Markdown
25 lines
676 B
Markdown
---
|
|
title: getPaymentReceipt
|
|
description: Returns information about successful payment
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: getPaymentReceipt
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Returns information about successful payment
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|chat\_id|[int53](../types/int53.md) | Chat identifier of the PaymentSuccessful message | Yes|
|
|
|message\_id|[int53](../types/int53.md) | Message identifier | Yes|
|
|
|
|
|
|
### Return type: [PaymentReceipt](../types/PaymentReceipt.md)
|
|
|