public static class TdApi.ProcessChatFolderNewChats extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long[] |
addedChatIds
Identifiers of the new chats, which are added to the chat folder.
|
int |
chatFolderId
Chat folder identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
ProcessChatFolderNewChats()
Default constructor for a function, which process new chats added to a shareable chat folder by its owner.
|
ProcessChatFolderNewChats(int chatFolderId,
long[] addedChatIds)
Creates a function, which process 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 long[] addedChatIds
public static final int CONSTRUCTOR
public ProcessChatFolderNewChats()
Returns Ok
public ProcessChatFolderNewChats(int chatFolderId,
long[] addedChatIds)
Returns Ok
chatFolderId - Chat folder identifier.addedChatIds - Identifiers of the new chats, which are added to the chat folder. The chats are automatically joined if they aren't joined yet.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object