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