java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.RecommendedChatFolder
- Enclosing class:
- TdApi
Describes a recommended chat folder.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Chat folder description.The chat folder. -
Constructor Summary
ConstructorDescriptionDescribes a recommended chat folder.RecommendedChatFolder
(TdApi.ChatFolder folder, String description) Describes a recommended chat folder.RecommendedChatFolder
(DataInput input) Describes a recommended chat folder. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
folder
The chat folder. -
description
Chat folder description. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
RecommendedChatFolder
public RecommendedChatFolder()Describes a recommended chat folder. -
RecommendedChatFolder
Describes a recommended chat folder.- Parameters:
folder
- ChatFolder The chat folder.description
- String Chat folder description.
-
RecommendedChatFolder
Describes a recommended 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()
-