1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 17:47:21 +01:00
MadelineProto/docs/TD_docs/methods/getPaymentForm.md

24 lines
705 B
Markdown

---
title: getPaymentForm
description: Returns invoice payment form. The method should be called when user presses inlineKeyboardButtonBuy
---
## Method: getPaymentForm
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns invoice payment form. The method should be called when user presses inlineKeyboardButtonBuy
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier of the Invoice message|
|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Message identifier|
### Return type: [PaymentForm](../types/PaymentForm.md)