Update getPaymentForm documentation.

This commit is contained in:
levlam 2024-06-21 13:48:10 +03:00
parent 2b72ea52c3
commit e187c0ac3c

View File

@ -10524,7 +10524,7 @@ getChatEventLog chat_id:int53 query:string from_event_id:int64 limit:int32 filte
getTimeZones = TimeZones;
//@description Returns an invoice payment form. This method must be called when the user presses inline button of the type inlineKeyboardButtonTypeBuy
//@description Returns an invoice payment form. This method must be called when the user presses inline button of the type inlineKeyboardButtonTypeBuy, or wants to buy access to media in a messagePaidMedia message
//@input_invoice The invoice
//@theme Preferred payment form theme; pass null to use the default theme
getPaymentForm input_invoice:InputInvoice theme:themeParameters = PaymentForm;