java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatFolders
- Enclosing class:
- TdApi
The list of chat folders or a chat
folder has changed.
-
Field Summary
Modifier and TypeFieldDescriptionThe new list of chat folders.static final int
int
Position of the main chat list among chat folders, 0-based. -
Constructor Summary
ConstructorDescriptionThe list of chat folders or a chat folder has changed.UpdateChatFolders
(TdApi.ChatFolderInfo[] chatFolders, int mainChatListPosition) The list of chat folders or a chat folder has changed.UpdateChatFolders
(DataInput input) The list of chat folders or a chat folder has changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatFolders
The new list of chat folders. -
mainChatListPosition
public int mainChatListPositionPosition of the main chat list among chat folders, 0-based. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateChatFolders
public UpdateChatFolders()The list of chat folders or a chat folder has changed. -
UpdateChatFolders
The list of chat folders or a chat folder has changed.- Parameters:
chatFolders
- ChatFolderInfo[] The new list of chat folders.mainChatListPosition
- int Position of the main chat list among chat folders, 0-based.
-
UpdateChatFolders
The list of chat folders or a chat folder has changed.- 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()
-