Package org.drinkless.tdlib
Class TdApi.CreateChatFolder
- Enclosing class:
- TdApi
Creates new chat folder. Returns information about the created chat folder. There can be up to getOption("chat_folder_count_max") chat folders, but the limit can be increased with Telegram Premium.
Returns ChatFolderInfo
-
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 creates new chat folder.CreateChatFolder(TdApi.ChatFolder folder) Creates a function, which creates new 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
-
CreateChatFolder
public CreateChatFolder()Default constructor for a function, which creates new chat folder. Returns information about the created chat folder. There can be up to getOption("chat_folder_count_max") chat folders, but the limit can be increased with Telegram Premium.Returns
ChatFolderInfo -
CreateChatFolder
Creates a function, which creates new chat folder. Returns information about the created chat folder. There can be up to getOption("chat_folder_count_max") chat folders, but the limit can be increased with Telegram Premium.Returns
ChatFolderInfo- 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
-