Package it.tdlight.jni
Class TdApi.PushMessageContentChatChangeTheme
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PushMessageContent
it.tdlight.jni.TdApi.PushMessageContentChatChangeTheme
- Enclosing class:
- TdApi
public static class TdApi.PushMessageContentChatChangeTheme extends TdApi.PushMessageContent
A chat theme was edited.
-
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 PushMessageContentChatChangeTheme()
A chat theme was edited.PushMessageContentChatChangeTheme(DataInput input)
PushMessageContentChatChangeTheme(String themeName)
A chat theme was edited. -
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
-
PushMessageContentChatChangeTheme
public PushMessageContentChatChangeTheme()A chat theme was edited. -
PushMessageContentChatChangeTheme
A chat theme was edited.- Parameters:
themeName
- String If non-empty, name of the new theme set for the chat. Otherwise chat theme was reset to the default one.
-
PushMessageContentChatChangeTheme
- 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()
-