public static class TdApi.GetRecentlyOpenedChats extends TdApi.Function<TdApi.Chats>
Returns Chats
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of chats to be returned.
|
| Constructor and Description |
|---|
GetRecentlyOpenedChats()
Default constructor for a function, which returns recently opened chats; this is an offline request.
|
GetRecentlyOpenedChats(int limit)
Creates a function, which returns recently opened chats; this is an offline request.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int limit
public static final int CONSTRUCTOR
public GetRecentlyOpenedChats()
Returns Chats
public GetRecentlyOpenedChats(int limit)
Returns Chats
limit - The maximum number of chats to be returned.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object