java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatList
it.tdlight.jni.TdApi.ChatListFolder
- Enclosing class:
- TdApi
A list of chats added to a chat folder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintChat folder identifier.static final int -
Constructor Summary
ConstructorsConstructorDescriptionA list of chats added to a chat folder.ChatListFolder(int chatFolderId) A list of chats added to a chat folder.ChatListFolder(DataInput input) A list of chats added to a chat folder. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatFolderId
public int chatFolderIdChat folder identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatListFolder
public ChatListFolder()A list of chats added to a chat folder. -
ChatListFolder
public ChatListFolder(int chatFolderId) A list of chats added to a chat folder.- Parameters:
chatFolderId- int Chat folder identifier.
-
ChatListFolder
A list of chats added to a chat folder.- 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()
-