- Enclosing class:
- TdApi
Returns an invoice payment form. This
method must be called when the user presses inlineKeyboardButtonBuy.
Returns
PaymentForm
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The invoice.Preferred payment form theme; pass null to use the default theme. -
Constructor Summary
ConstructorDescriptionReturns an invoice payment form.GetPaymentForm
(TdApi.InputInvoice inputInvoice, TdApi.ThemeParameters theme) Returns an invoice payment form.GetPaymentForm
(DataInput input) Returns an invoice payment form. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
inputInvoice
The invoice. -
theme
Preferred payment form theme; pass null to use the default theme. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetPaymentForm
public GetPaymentForm()Returns an invoice payment form. This method must be called when the user presses inlineKeyboardButtonBuy. ReturnsPaymentForm
-
GetPaymentForm
Returns an invoice payment form. This method must be called when the user presses inlineKeyboardButtonBuy. ReturnsPaymentForm
- Parameters:
inputInvoice
- InputInvoice The invoice.theme
- ThemeParameters Preferred payment form theme; pass null to use the default theme.
-
GetPaymentForm
Returns an invoice payment form. This method must be called when the user presses inlineKeyboardButtonBuy. ReturnsPaymentForm
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-