public static class TdApi.MessageChatSetTheme extends TdApi.MessageContent
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object