Package it.tdlight.jni
Class TdApi.ChatThemes
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatThemes
- Enclosing class:
- TdApi
public static class TdApi.ChatThemes extends TdApi.Object
Contains a list of chat themes.
-
Field Summary
Fields Modifier and Type Field Description TdApi.ChatTheme[]
chatThemes
A list of chat themes.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description ChatThemes()
Contains a list of chat themes.ChatThemes(TdApi.ChatTheme[] chatThemes)
Contains a list of chat themes.ChatThemes(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatThemes
A list of chat themes. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatThemes
public ChatThemes()Contains a list of chat themes. -
ChatThemes
Contains a list of chat themes.- Parameters:
chatThemes
- ChatTheme[] A list of chat themes.
-
ChatThemes
- 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()
-