- Enclosing class:
- TdApi
Process new chats added to a shareable
chat folder by its owner.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong[]
Identifiers of the new chats, which are added to the chat folder.int
Chat folder identifier.static final int
-
Constructor Summary
ConstructorDescriptionProcess new chats added to a shareable chat folder by its owner.ProcessChatFolderNewChats
(int chatFolderId, long[] addedChatIds) Process new chats added to a shareable chat folder by its owner.Process new chats added to a shareable chat folder by its owner. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatFolderId
public int chatFolderIdChat folder identifier. -
addedChatIds
public long[] addedChatIdsIdentifiers of the new chats, which are added to the chat folder. The chats are automatically joined if they aren't joined yet. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ProcessChatFolderNewChats
public ProcessChatFolderNewChats()Process new chats added to a shareable chat folder by its owner. ReturnsOk
-
ProcessChatFolderNewChats
public ProcessChatFolderNewChats(int chatFolderId, long[] addedChatIds) Process new chats added to a shareable chat folder by its owner. ReturnsOk
- Parameters:
chatFolderId
- int Chat folder identifier.addedChatIds
- long[] Identifiers of the new chats, which are added to the chat folder. The chats are automatically joined if they aren't joined yet.
-
ProcessChatFolderNewChats
Process new chats added to a shareable chat folder by its owner. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-