Class: TD::Types::Update::SelectedBackground
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::SelectedBackground
- Defined in:
- lib/tdlib/types/update/selected_background.rb
Overview
The selected background has changed.
Instance Attribute Summary collapse
-
#background ⇒ TD::Types::Background?
The new selected background; may be null.
-
#for_dark_theme ⇒ Boolean
True, if background for dark theme has changed.
Method Summary
Methods inherited from Base
Instance Attribute Details
#background ⇒ TD::Types::Background?
The new selected background; may be null.
6 7 8 |
# File 'lib/tdlib/types/update/selected_background.rb', line 6 def background @background end |
#for_dark_theme ⇒ Boolean
True, if background for dark theme has changed.
6 7 8 |
# File 'lib/tdlib/types/update/selected_background.rb', line 6 def for_dark_theme @for_dark_theme end |