Class TdApi.ChatTheme

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.ChatTheme
Enclosing class:
TdApi

public static class TdApi.ChatTheme extends TdApi.Object
Describes a chat theme.
  • Field Details

    • name

      public String name
      Theme name.
    • lightSettings

      public TdApi.ThemeSettings lightSettings
      Theme settings for a light chat theme.
    • darkSettings

      public TdApi.ThemeSettings darkSettings
      Theme settings for a dark chat theme.
    • CONSTRUCTOR

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

    • ChatTheme

      public ChatTheme()
      Describes a chat theme.
    • ChatTheme

      public ChatTheme(String name, TdApi.ThemeSettings lightSettings, TdApi.ThemeSettings darkSettings)
      Describes a chat theme.
      Parameters:
      name - Theme name.
      lightSettings - Theme settings for a light chat theme.
      darkSettings - Theme settings for a dark 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