Class: TD::Types::ChatEventAction::LocationChanged
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::LocationChanged
- Defined in:
- lib/tdlib/types/chat_event_action/location_changed.rb
Overview
The supergroup location was changed.
Instance Attribute Summary collapse
-
#new_location ⇒ TD::Types::ChatLocation?
New location; may be null.
-
#old_location ⇒ TD::Types::ChatLocation?
Previous location; may be null.
Method Summary
Methods inherited from Base
Instance Attribute Details
#new_location ⇒ TD::Types::ChatLocation?
New location; may be null.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/location_changed.rb', line 6 def new_location @new_location end |
#old_location ⇒ TD::Types::ChatLocation?
Previous location; may be null.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/location_changed.rb', line 6 def old_location @old_location end |