Class TdApi.PushMessageContentChatSetTheme

Enclosing class:
TdApi

public static class TdApi.PushMessageContentChatSetTheme extends TdApi.PushMessageContent
A chat theme was edited.
  • Field Details

    • themeName

      public String themeName
      If non-empty, name of a new theme, set for the chat. Otherwise, the chat theme was reset to the default one.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • 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, the chat theme was reset to the default one.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR