Class TdApi.ChatTheme

  • Enclosing class:
    TdApi

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

      • name

        public String name
        Theme name.
      • lightSettings

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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.