Package it.tdlight.jni
Class TdApi.GetRecentlyOpenedChats
- Enclosing class:
- TdApi
Returns recently opened chats, this
is an offline request. Returns chats
in the order of last opening.
Returns Chats
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
The maximum number of chats to be returned. -
Constructor Summary
ConstructorDescriptionReturns recently opened chats, this is an offline request.GetRecentlyOpenedChats
(int limit) Returns recently opened chats, this is an offline request.GetRecentlyOpenedChats
(DataInput input) -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
limit
public int limitThe maximum number of chats to be returned. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetRecentlyOpenedChats
public GetRecentlyOpenedChats()Returns recently opened chats, this is an offline request. Returns chats in the order of last opening.Returns
Chats
-
GetRecentlyOpenedChats
public GetRecentlyOpenedChats(int limit) Returns recently opened chats, this is an offline request. Returns chats in the order of last opening.Returns
Chats
- Parameters:
limit
- int The maximum number of chats to be returned.
-
GetRecentlyOpenedChats
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-