Package org.drinkless.tdlib
Class TdApi.StarTransactions
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarTransactions
- Enclosing class:
- TdApi
Represents a list of Telegram star transactions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The offset for the next request.longThe amount of owned Telegram stars.List of transactions with Telegram stars. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents a list of Telegram star transactions.StarTransactions(long starCount, TdApi.StarTransaction[] transactions, String nextOffset) Represents a list of Telegram star transactions. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
starCount
public long starCountThe 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. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StarTransactions
public StarTransactions()Represents a list of Telegram star transactions. -
StarTransactions
Represents a list of Telegram star transactions.- Parameters:
starCount- 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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-