Package org.drinkless.tdlib
Class TdApi.PushMessageContentChatSetTheme
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PushMessageContent
-
- org.drinkless.tdlib.TdApi.PushMessageContentChatSetTheme
-
- Enclosing class:
- TdApi
public static class TdApi.PushMessageContentChatSetTheme extends TdApi.PushMessageContent
A chat theme was edited.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringthemeNameIf non-empty, name of a new theme, set for the chat.
-
Constructor Summary
Constructors Constructor Description PushMessageContentChatSetTheme()A chat theme was edited.PushMessageContentChatSetTheme(String themeName)A chat theme was edited.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
themeName
public String themeName
If non-empty, name of a new theme, set for the chat. Otherwise chat theme was reset to the default one.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PushMessageContentChatSetTheme
public PushMessageContentChatSetTheme()
A chat theme was edited.
-
PushMessageContentChatSetTheme
public PushMessageContentChatSetTheme(String themeName)
A chat theme was edited.- Parameters:
themeName- If non-empty, name of a new theme, set for the chat. Otherwise chat theme was reset to the default one.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-