Package org.drinkless.tdlib
Class TdApi.GetGramRevenueStatistics
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.GramRevenueStatistics>
org.drinkless.tdlib.TdApi.GetGramRevenueStatistics
- Enclosing class:
- TdApi
public static class TdApi.GetGramRevenueStatistics
extends TdApi.Function<TdApi.GramRevenueStatistics>
Returns detailed TON Gram revenue statistics of the current user.
Returns GramRevenueStatistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanPass true if a dark theme is used by the application. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns detailed TON Gram revenue statistics of the current user.GetGramRevenueStatistics(boolean isDark) Creates a function, which returns detailed TON Gram revenue statistics of the current user. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
isDark
public boolean isDarkPass true if a dark theme is used by the application. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetGramRevenueStatistics
public GetGramRevenueStatistics()Default constructor for a function, which returns detailed TON Gram revenue statistics of the current user.Returns
GramRevenueStatistics -
GetGramRevenueStatistics
public GetGramRevenueStatistics(boolean isDark) Creates a function, which returns detailed TON Gram revenue statistics of the current user.Returns
GramRevenueStatistics- Parameters:
isDark- Pass true if a dark theme is used by the application.
-
-
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
-