public static class TdApi.GetRecentlyOpenedChats extends TdApi.Function
Returns Chats
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function