java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatFolderInfo
- Enclosing class:
- TdApi
Contains basic information about a chat folder.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the chat folder has invite links created by the current user.The chosen or default icon for the chat folder.int
Unique chat folder identifier.The title of the folder; 1-12 characters without line feeds. -
Constructor Summary
ConstructorDescriptionContains basic information about a chat folder.ChatFolderInfo
(int id, String title, TdApi.ChatFolderIcon icon, boolean hasMyInviteLinks) Contains basic information about a chat folder.ChatFolderInfo
(DataInput input) Contains basic information about a chat folder. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
public int idUnique chat folder identifier. -
title
The title of the folder; 1-12 characters without line feeds. -
icon
The chosen or default icon for the chat folder. -
hasMyInviteLinks
public boolean hasMyInviteLinksTrue, if the chat folder has invite links created by the current user. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatFolderInfo
public ChatFolderInfo()Contains basic information about a chat folder. -
ChatFolderInfo
Contains basic information about a chat folder.- Parameters:
id
- int Unique chat folder identifier.title
- String The title of the folder; 1-12 characters without line feeds.icon
- ChatFolderIcon The chosen or default icon for the chat folder.hasMyInviteLinks
- boolean True, if the chat folder has invite links created by the current user.
-
ChatFolderInfo
Contains basic information about a chat folder.- 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()
-