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