- Enclosing class:
- TdApi
Process new chats added to a shareable
chat folder by its owner.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionlong[]Identifiers of the new chats, which are added to the chat folder.intChat folder identifier.static final int -
Constructor Summary
ConstructorsConstructorDescriptionProcess 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-