public static class TdApi.InputInvoiceTelegram extends TdApi.InputInvoice
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.TelegramPaymentPurpose |
purpose
Transaction purpose.
|
| Constructor and Description |
|---|
InputInvoiceTelegram()
An invoice for a payment toward Telegram; must not be used in the in-store apps.
|
InputInvoiceTelegram(TdApi.TelegramPaymentPurpose purpose)
An invoice for a payment toward Telegram; must not be used in the in-store apps.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.TelegramPaymentPurpose purpose
public static final int CONSTRUCTOR
public InputInvoiceTelegram()
public InputInvoiceTelegram(TdApi.TelegramPaymentPurpose purpose)
purpose - Transaction purpose.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object