public static class TdApi.MessageChatSetTheme extends TdApi.MessageContent
TdApi.MessageContent.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 |
---|
MessageChatSetTheme()
A theme in the chat has been changed.
|
MessageChatSetTheme(java.lang.String themeName)
A theme in the chat has been changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String themeName
public static final int CONSTRUCTOR
public MessageChatSetTheme()
public MessageChatSetTheme(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.MessageContent