public static class TdApi.StarTransactionTypeTelegramApiUsage extends TdApi.StarTransactionType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
requestCount
The number of billed requests.
|
| Constructor and Description |
|---|
StarTransactionTypeTelegramApiUsage()
The transaction is a payment for Telegram API usage; for bots only.
|
StarTransactionTypeTelegramApiUsage(int requestCount)
The transaction is a payment for Telegram API usage; for bots only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int requestCount
public static final int CONSTRUCTOR
public StarTransactionTypeTelegramApiUsage()
public StarTransactionTypeTelegramApiUsage(int requestCount)
requestCount - The number of billed requests.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object