Package org.drinkless.tdlib
Class TdApi.DeleteChatFolder
- Enclosing class:
- TdApi
Deletes existing chat folder.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionintChat folder identifier.static final intIdentifier uniquely determining type of the object.long[]Identifiers of the chats to leave. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which deletes existing chat folder.DeleteChatFolder(int chatFolderId, long[] leaveChatIds) Creates a function, which deletes existing 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
-
chatFolderId
public int chatFolderIdChat folder identifier. -
leaveChatIds
public long[] leaveChatIdsIdentifiers of the chats to leave. The chats must be pinned or always included in the folder. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DeleteChatFolder
public DeleteChatFolder()Default constructor for a function, which deletes existing chat folder.Returns
Ok -
DeleteChatFolder
public DeleteChatFolder(int chatFolderId, long[] leaveChatIds) Creates a function, which deletes existing chat folder.Returns
Ok- Parameters:
chatFolderId- Chat folder identifier.leaveChatIds- Identifiers of the chats to leave. The chats must be pinned or always included in the 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
-