View Source ExTDLib.Object.PaymentForm (ExTDLib v0.0.4)
Contains information about an invoice payment form.
| Name | Type | Description |
|---|---|---|
| id | string | The payment form identifier. |
| invoice | invoice | Full information about the invoice. |
| seller_bot_user_id | string | User identifier of the seller bot. |
| payment_provider_user_id | string | User identifier of the payment provider bot. |
| payment_provider | PaymentProvider | Information about the payment provider. |
| additional_payment_options | paymentOption | The list of additional payment options. |
| saved_order_info | orderInfo | Saved server-side order information; may be null. |
| saved_credentials | savedCredentials | The list of saved payment credentials. |
| can_save_credentials | bool | True, if the user can choose to save credentials. |
| need_password | bool | True, if the user will be able to save credentials, if sets up a 2-step verification password. |
| product_title | string | Product title. |
| product_description | formattedText | Product description. |
| product_photo | photo | Product photo; may be null. |
More details on telegram's documentation.