Package org.drinkless.tdlib
Class TdApi.GetChats
- Enclosing class:
- TdApi
Returns an ordered list of chats from the beginning of a chat list. For informational purposes only. Use loadChats and updates processing instead to maintain chat lists in a consistent state.
Returns Chats
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe chat list in which to return chats; pass null to get chats from the main chat list.static final intIdentifier uniquely determining type of the object.intThe maximum number of chats to be returned. -
Constructor Summary
ConstructorsConstructorDescriptionGetChats()Default constructor for a function, which returns an ordered list of chats from the beginning of a chat list.GetChats(TdApi.ChatList chatList, int limit) Creates a function, which returns an ordered list of chats from the beginning of a chat list. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatList
The chat list in which to return chats; pass null to get chats from the main chat list. -
limit
public int limitThe maximum number of chats to be returned. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetChats
public GetChats()Default constructor for a function, which returns an ordered list of chats from the beginning of a chat list. For informational purposes only. Use loadChats and updates processing instead to maintain chat lists in a consistent state.Returns
Chats -
GetChats
Creates a function, which returns an ordered list of chats from the beginning of a chat list. For informational purposes only. Use loadChats and updates processing instead to maintain chat lists in a consistent state.Returns
Chats- Parameters:
chatList- The chat list in which to return chats; pass null to get chats from the main chat list.limit- The maximum number of chats to be returned.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-