Package it.tdlight.jni
Class TdApi.GetRecentlyOpenedChats
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetRecentlyOpenedChats
- Enclosing class:
- TdApi
public static class TdApi.GetRecentlyOpenedChats extends TdApi.Function
Returns recently opened chats, this
is an offline request. Returns chats
in the order of last opening.
Returns Chats
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
limit
The maximum number of chats to be returned. -
Constructor Summary
Constructors Constructor Description GetRecentlyOpenedChats()
Returns 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
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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()
-