public static class TdApi.StarTransactions extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
nextOffset
The offset for the next request.
|
TdApi.StarAmount |
starAmount
The amount of owned Telegram Stars.
|
TdApi.StarTransaction[] |
transactions
List of transactions with Telegram Stars.
|
| Constructor and Description |
|---|
StarTransactions()
Represents a list of Telegram Star transactions.
|
StarTransactions(TdApi.StarAmount starAmount,
TdApi.StarTransaction[] transactions,
java.lang.String nextOffset)
Represents a list of Telegram Star transactions.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StarAmount starAmount
public TdApi.StarTransaction[] transactions
public java.lang.String nextOffset
public static final int CONSTRUCTOR
public StarTransactions()
public StarTransactions(TdApi.StarAmount starAmount, TdApi.StarTransaction[] transactions, java.lang.String nextOffset)
starAmount - The amount of owned Telegram Stars.transactions - List of transactions with Telegram Stars.nextOffset - The offset for the next request. If empty, then there are no more results.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object