public static class TdApi.DeleteChatFolder extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
int |
chatFolderId
Chat folder identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
leaveChatIds
Identifiers of the chats to leave.
|
| Constructor and Description |
|---|
DeleteChatFolder()
Default constructor for a function, which deletes existing chat folder.
|
DeleteChatFolder(int chatFolderId,
long[] leaveChatIds)
Creates a function, which deletes existing chat folder.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int chatFolderId
public long[] leaveChatIds
public static final int CONSTRUCTOR
public DeleteChatFolder()
Returns Ok
public DeleteChatFolder(int chatFolderId,
long[] leaveChatIds)
Returns Ok
chatFolderId - Chat folder identifier.leaveChatIds - Identifiers of the chats to leave. The chats must be pinned or always included in the folder.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object