View Source ExTDLib.Object.PaymentForm (ExTDLib v0.0.4)

Contains information about an invoice payment form.

NameTypeDescription
idstringThe payment form identifier.
invoiceinvoiceFull information about the invoice.
seller_bot_user_idstringUser identifier of the seller bot.
payment_provider_user_idstringUser identifier of the payment provider bot.
payment_providerPaymentProviderInformation about the payment provider.
additional_payment_optionspaymentOptionThe list of additional payment options.
saved_order_infoorderInfoSaved server-side order information; may be null.
saved_credentialssavedCredentialsThe list of saved payment credentials.
can_save_credentialsboolTrue, if the user can choose to save credentials.
need_passwordboolTrue, if the user will be able to save credentials, if sets up a 2-step verification password.
product_titlestringProduct title.
product_descriptionformattedTextProduct description.
product_photophotoProduct photo; may be null.

More details on telegram's documentation.