public static class TdApi.UpdateChatThemes extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.ChatTheme[] |
chatThemes
The new list of chat themes.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateChatThemes()
The list of available chat themes has changed.
|
UpdateChatThemes(TdApi.ChatTheme[] chatThemes)
The list of available chat themes has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatTheme[] chatThemes
public static final int CONSTRUCTOR
public UpdateChatThemes()
public UpdateChatThemes(TdApi.ChatTheme[] chatThemes)
chatThemes - The new list of chat themes.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object