public static class TdApi.GetPaymentForm extends TdApi.Function
Returns PaymentForm
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier of the Invoice message.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Message identifier.
|
TdApi.PaymentFormTheme |
theme
Preferred payment form theme; pass null to use the default theme.
|
Constructor and Description |
---|
GetPaymentForm()
Default constructor for a function, which returns an invoice payment form.
|
GetPaymentForm(long chatId,
long messageId,
TdApi.PaymentFormTheme theme)
Creates a function, which returns an invoice payment form.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public long messageId
public TdApi.PaymentFormTheme theme
public static final int CONSTRUCTOR
public GetPaymentForm()
Returns PaymentForm
public GetPaymentForm(long chatId, long messageId, TdApi.PaymentFormTheme theme)
Returns PaymentForm
chatId
- Chat identifier of the Invoice message.messageId
- Message identifier.theme
- Preferred payment form theme; pass null to use the default theme.public int getConstructor()
getConstructor
in class TdApi.Function