Class: TD::Types::ChatTheme

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/chat_theme.rb

Overview

Describes a chat theme.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#dark_settingsTD::Types::ThemeSettings

Theme settings for a dark chat theme.

Returns:



7
8
9
# File 'lib/tdlib/types/chat_theme.rb', line 7

def dark_settings
  @dark_settings
end

#light_settingsTD::Types::ThemeSettings

Theme settings for a light chat theme.

Returns:



7
8
9
# File 'lib/tdlib/types/chat_theme.rb', line 7

def light_settings
  @light_settings
end

#nameTD::Types::String

Theme name.

Returns:

  • (TD::Types::String)

    the current value of name



7
8
9
# File 'lib/tdlib/types/chat_theme.rb', line 7

def name
  @name
end