- 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
Modifier and TypeFieldDescriptionstatic final int
The new chat folder. -
Constructor Summary
ConstructorDescriptionCreates new chat folder.CreateChatFolder
(TdApi.ChatFolder folder) Creates new chat folder.CreateChatFolder
(DataInput input) Creates new chat folder. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
folder
The new chat folder. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CreateChatFolder
public CreateChatFolder()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. ReturnsChatFolderInfo
-
CreateChatFolder
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. ReturnsChatFolderInfo
- Parameters:
folder
- ChatFolder The new chat folder.
-
CreateChatFolder
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. ReturnsChatFolderInfo
- 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()
-