Package it.tdlight.jni
Class TdApi.MessageChatSetTheme
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageChatSetTheme
- Enclosing class:
- TdApi
public static class TdApi.MessageChatSetTheme extends TdApi.MessageContent
A theme in the chat has been changed.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
themeName
If non-empty, name of the new theme set for the chat. -
Constructor Summary
Constructors Constructor Description MessageChatSetTheme()
A theme in the chat has been changed.MessageChatSetTheme(DataInput input)
MessageChatSetTheme(String themeName)
A theme in the chat has been changed. -
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
-
themeName
If non-empty, name of the new theme set for the chat. Otherwise chat theme was reset to the default one. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageChatSetTheme
public MessageChatSetTheme()A theme in the chat has been changed. -
MessageChatSetTheme
A theme in the chat has been changed.- Parameters:
themeName
- String If non-empty, name of the new theme set for the chat. Otherwise chat theme was reset to the default one.
-
MessageChatSetTheme
- 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()
-