public static class TdApi.GetChatFolder extends TdApi.Function<TdApi.ChatFolder>
Returns ChatFolder
| Modifier and Type | Field and Description |
|---|---|
int |
chatFolderId
Chat folder identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GetChatFolder()
Default constructor for a function, which returns information about a chat folder by its identifier.
|
GetChatFolder(int chatFolderId)
Creates a function, which returns information about a chat folder by its identifier.
|
| 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 GetChatFolder()
Returns ChatFolder
public GetChatFolder(int chatFolderId)
Returns ChatFolder
chatFolderId - Chat folder identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object