TDLib v0.0.2 TDLib.Method.SendPaymentForm View Source
Sends a filled-out payment form to the bot for final verification.
Returns object_ptr
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier of the Invoice message. |
| message_id | string | Message identifier. |
| order_info_id | string | Identifier returned by ValidateOrderInfo, or an empty string. |
| shipping_option_id | string | Identifier of a chosen shipping option, if applicable. |
| credentials | InputCredentials | The credentials chosen by user for payment. |
More details on telegram’s documentation.