public static class TdApi.UpdateChatTheme extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
themeName
The new name of the chat theme; may be empty if theme was reset to default.
|
| Constructor and Description |
|---|
UpdateChatTheme()
The chat theme was changed.
|
UpdateChatTheme(long chatId,
java.lang.String themeName)
The chat theme was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public java.lang.String themeName
public static final int CONSTRUCTOR
public UpdateChatTheme()
public UpdateChatTheme(long chatId,
java.lang.String themeName)
chatId - Chat identifier.themeName - The new name of the chat theme; may be empty if theme was reset to default.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object