Package org.drinkless.tdlib
Class TdApi.GetGrossingWebAppBots
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.FoundUsers>
org.drinkless.tdlib.TdApi.GetGrossingWebAppBots
- Enclosing class:
- TdApi
Returns the most grossing Web App bots.
Returns FoundUsers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intThe maximum number of bots to be returned; up to 100.Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns the most grossing Web App bots.GetGrossingWebAppBots(String offset, int limit) Creates a function, which returns the most grossing Web App bots. -
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
-
offset
Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results. -
limit
public int limitThe maximum number of bots to be returned; up to 100. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetGrossingWebAppBots
public GetGrossingWebAppBots()Default constructor for a function, which returns the most grossing Web App bots.Returns
FoundUsers -
GetGrossingWebAppBots
Creates a function, which returns the most grossing Web App bots.Returns
FoundUsers- Parameters:
offset- Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.limit- The maximum number of bots to be returned; up to 100.
-
-
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
-