public static class TdApi.UpdateChatFolders extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
boolean |
areTagsEnabled
True, if folder tags are enabled.
|
TdApi.ChatFolderInfo[] |
chatFolders
The new list of chat folders.
|
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 |
|---|
UpdateChatFolders()
The list of chat folders or a chat folder has changed.
|
UpdateChatFolders(TdApi.ChatFolderInfo[] chatFolders,
int mainChatListPosition,
boolean areTagsEnabled)
The list of chat folders or a chat folder has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatFolderInfo[] chatFolders
public int mainChatListPosition
public boolean areTagsEnabled
public static final int CONSTRUCTOR
public UpdateChatFolders()
public UpdateChatFolders(TdApi.ChatFolderInfo[] chatFolders, int mainChatListPosition, boolean areTagsEnabled)
chatFolders - The new list of chat folders.mainChatListPosition - Position of the main chat list among chat folders, 0-based.areTagsEnabled - True, if folder tags are enabled.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object