public static class TdApi.GetChatFolderChatCount extends TdApi.Function<TdApi.Count>
Returns Count
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatFolder |
folder
The new chat folder.
|
| Constructor and Description |
|---|
GetChatFolderChatCount()
Default constructor for a function, which returns approximate number of chats in a being created chat folder.
|
GetChatFolderChatCount(TdApi.ChatFolder folder)
Creates a function, which returns approximate number of chats in a being created chat folder.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatFolder folder
public static final int CONSTRUCTOR
public GetChatFolderChatCount()
Returns Count
public GetChatFolderChatCount(TdApi.ChatFolder folder)
Returns Count
folder - The new chat folder.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object