Class: TD::Types::ChatEventAction::BackgroundChanged
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::BackgroundChanged
- Defined in:
- lib/tdlib/types/chat_event_action/background_changed.rb
Overview
The chat background was changed.
Instance Attribute Summary collapse
-
#new_background ⇒ TD::Types::ChatBackground?
New background; may be null if none.
-
#old_background ⇒ TD::Types::ChatBackground?
Previous background; may be null if none.
Method Summary
Methods inherited from Base
Instance Attribute Details
#new_background ⇒ TD::Types::ChatBackground?
New background; may be null if none.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/background_changed.rb', line 6 def new_background @new_background end |
#old_background ⇒ TD::Types::ChatBackground?
Previous background; may be null if none.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/background_changed.rb', line 6 def old_background @old_background end |