Package org.drinkless.tdlib
Class TdApi.GetChatFolderChatCount
- Enclosing class:
- TdApi
Returns approximate number of chats in a being created chat folder. Main and archive chat lists must be fully preloaded for this function to work correctly.
Returns Count
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The new chat folder. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns approximate number of chats in a being created chat folder.Creates a function, which returns approximate number of chats in a being created chat folder. -
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
-
folder
The new chat folder. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetChatFolderChatCount
public GetChatFolderChatCount()Default constructor for a function, which returns approximate number of chats in a being created chat folder. Main and archive chat lists must be fully preloaded for this function to work correctly.Returns
Count -
GetChatFolderChatCount
Creates a function, which returns approximate number of chats in a being created chat folder. Main and archive chat lists must be fully preloaded for this function to work correctly.Returns
Count- Parameters:
folder- The new chat folder.
-
-
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
-