public static class TdApi.PushMessageContentChatSetTheme extends TdApi.PushMessageContent
TdApi.PushMessageContent.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
themeName
If non-empty, name of a new theme, set for the chat.
|
Constructor and Description |
---|
PushMessageContentChatSetTheme()
A chat theme was edited.
|
PushMessageContentChatSetTheme(java.lang.String themeName)
A chat theme was edited.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String themeName
public static final int CONSTRUCTOR
public PushMessageContentChatSetTheme()
public PushMessageContentChatSetTheme(java.lang.String themeName)
themeName
- If non-empty, name of a new theme, set for the chat. Otherwise chat theme was reset to the default one.public int getConstructor()
getConstructor
in class TdApi.PushMessageContent