public static class TdApi.ReorderChatFolders extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
int[] |
chatFolderIds
Identifiers of chat folders in the new correct order.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
mainChatListPosition
Position of the main chat list among chat folders, 0-based.
|
| Constructor and Description |
|---|
ReorderChatFolders()
Default constructor for a function, which changes the order of chat folders.
|
ReorderChatFolders(int[] chatFolderIds,
int mainChatListPosition)
Creates a function, which changes the order of chat folders.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int[] chatFolderIds
public int mainChatListPosition
public static final int CONSTRUCTOR
public ReorderChatFolders()
Returns Ok
public ReorderChatFolders(int[] chatFolderIds,
int mainChatListPosition)
Returns Ok
chatFolderIds - Identifiers of chat folders in the new correct order.mainChatListPosition - Position of the main chat list among chat folders, 0-based. Can be non-zero only for Premium users.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object