public static class TdApi.GetGrossingWebAppBots extends TdApi.Function<TdApi.FoundUsers>
Returns FoundUsers
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of bots to be returned; up to 100.
|
java.lang.String |
offset
Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
|
| Constructor and Description |
|---|
GetGrossingWebAppBots()
Default constructor for a function, which returns the most grossing Web App bots.
|
GetGrossingWebAppBots(java.lang.String offset,
int limit)
Creates a function, which returns the most grossing Web App bots.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String offset
public int limit
public static final int CONSTRUCTOR
public GetGrossingWebAppBots()
Returns FoundUsers
public GetGrossingWebAppBots(java.lang.String offset,
int limit)
Returns FoundUsers
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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object