Class TdApi.BackgroundTypeChatTheme

Enclosing class:
TdApi

public static class TdApi.BackgroundTypeChatTheme extends TdApi.BackgroundType
A background from a chat theme; can be used only as a chat background in channels.
  • Field Details

    • themeName

      public String themeName
      Name of the chat theme.
    • CONSTRUCTOR

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

    • BackgroundTypeChatTheme

      public BackgroundTypeChatTheme()
      A background from a chat theme; can be used only as a chat background in channels.
    • BackgroundTypeChatTheme

      public BackgroundTypeChatTheme(String themeName)
      A background from a chat theme; can be used only as a chat background in channels.
      Parameters:
      themeName - Name of the chat theme.
  • 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