1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
sendPaymentForm | Sends filled payment form to the bot for the final verification | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Method: sendPaymentForm
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Sends filled payment form to the bot for the final verification
Parameters:
Name | Type | Description | Required |
---|---|---|---|
chat_id | int53 | Chat identifier of the Invoice message | Yes |
message_id | int53 | Message identifier | Yes |
order_info_id | string | Identifier returned by ValidateOrderInfo or empty string | Yes |
shipping_option_id | string | Identifier of a chosen shipping option, if applicable | Yes |
credentials | InputCredentials | Credentials choosed by user for payment | Yes |