Package it.tdlight.jni
Class TdApi.UpdateChatThemes
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatThemes
- Enclosing class:
- TdApi
public static class TdApi.UpdateChatThemes extends TdApi.Update
The list of available chat themes has changed.
-
Field Summary
Fields Modifier and Type Field Description TdApi.ChatTheme[]
chatThemes
The new list of chat themes.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description UpdateChatThemes()
The list of available chat themes has changed.UpdateChatThemes(TdApi.ChatTheme[] chatThemes)
The list of available chat themes has changed.UpdateChatThemes(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
The new list of chat themes. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateChatThemes
public UpdateChatThemes()The list of available chat themes has changed. -
UpdateChatThemes
The list of available chat themes has changed.- Parameters:
chatThemes
- ChatTheme[] The new list of chat themes.
-
UpdateChatThemes
- 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()
-