- Enclosing class:
- TdApi
Returns recently opened chats, this
is an offline request. Returns chats
in the order of last opening.
Returns
Chats-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intintThe maximum number of chats to be returned. -
Constructor Summary
ConstructorsConstructorDescriptionReturns recently opened chats, this is an offline request.GetRecentlyOpenedChats(int limit) Returns recently opened chats, this is an offline request.GetRecentlyOpenedChats(DataInput input) Returns recently opened chats, this is an offline request. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toStringMethods 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. ReturnsChats -
GetRecentlyOpenedChats
public GetRecentlyOpenedChats(int limit) Returns recently opened chats, this is an offline request. Returns chats in the order of last opening. ReturnsChats- Parameters:
limit- int The maximum number of chats to be returned.
-
GetRecentlyOpenedChats
Returns recently opened chats, this is an offline request. Returns chats in the order of last opening. ReturnsChats- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-