Package org.drinkless.tdlib
Class TdApi.ChatRevenueTransactions
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatRevenueTransactions
- Enclosing class:
- TdApi
Contains a list of chat revenue transactions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The offset for the next request.long
The amount of owned Toncoins; in the smallest units of the cryptocurrency.List of transactions. -
Constructor Summary
ConstructorsConstructorDescriptionContains a list of chat revenue transactions.ChatRevenueTransactions
(long tonAmount, TdApi.ChatRevenueTransaction[] transactions, String nextOffset) Contains a list of chat revenue transactions. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
tonAmount
public long tonAmountThe amount of owned Toncoins; in the smallest units of the cryptocurrency. -
transactions
List of transactions. -
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
-
ChatRevenueTransactions
public ChatRevenueTransactions()Contains a list of chat revenue transactions. -
ChatRevenueTransactions
public ChatRevenueTransactions(long tonAmount, TdApi.ChatRevenueTransaction[] transactions, String nextOffset) Contains a list of chat revenue transactions.- Parameters:
tonAmount
- The amount of owned Toncoins; in the smallest units of the cryptocurrency.transactions
- List of transactions.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.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-