Class: TD::Types::ChatEventAction::PhotoChanged
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::PhotoChanged
- Defined in:
- lib/tdlib/types/chat_event_action/photo_changed.rb
Overview
The chat photo was changed.
Instance Attribute Summary collapse
-
#new_photo ⇒ TD::Types::Photo?
New chat photo value; may be null.
-
#old_photo ⇒ TD::Types::Photo?
Previous chat photo value; may be null.
Method Summary
Methods inherited from Base
Instance Attribute Details
#new_photo ⇒ TD::Types::Photo?
New chat photo value; may be null.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/photo_changed.rb', line 6 def new_photo @new_photo end |
#old_photo ⇒ TD::Types::Photo?
Previous chat photo value; may be null.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/photo_changed.rb', line 6 def old_photo @old_photo end |