public static class TdApi.UpdateChatTheme extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update