Class: TD::Types::ChatBackground
- Defined in:
- lib/tdlib/types/chat_background.rb
Overview
Describes a background set for a specific chat.
Instance Attribute Summary collapse
-
#background ⇒ TD::Types::Background
The background.
-
#dark_theme_dimming ⇒ Integer
Dimming of the background in dark themes, as a percentage; 0-100.
Method Summary
Methods inherited from Base
Instance Attribute Details
#background ⇒ TD::Types::Background
The background.
7 8 9 |
# File 'lib/tdlib/types/chat_background.rb', line 7 def background @background end |
#dark_theme_dimming ⇒ Integer
Dimming of the background in dark themes, as a percentage; 0-100. Applied only to Wallpaper and Fill types of background.
7 8 9 |
# File 'lib/tdlib/types/chat_background.rb', line 7 def dark_theme_dimming @dark_theme_dimming end |