public static class TdApi.ChatListFolder extends TdApi.ChatList
| Modifier and Type | Field and Description |
|---|---|
int |
chatFolderId
Chat folder identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
ChatListFolder()
A list of chats added to a chat folder.
|
ChatListFolder(int chatFolderId)
A list of chats added to a chat folder.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int chatFolderId
public static final int CONSTRUCTOR
public ChatListFolder()
public ChatListFolder(int chatFolderId)
chatFolderId - Chat folder identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object