Class: TD::Types::ChatEventAction::LocationChanged

Inherits:
TD::Types::ChatEventAction show all
Defined in:
lib/tdlib/types/chat_event_action/location_changed.rb

Overview

The supergroup location was changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#new_locationTD::Types::ChatLocation?

New location; may be null.

Returns:



6
7
8
# File 'lib/tdlib/types/chat_event_action/location_changed.rb', line 6

def new_location
  @new_location
end

#old_locationTD::Types::ChatLocation?

Previous location; may be null.

Returns:



6
7
8
# File 'lib/tdlib/types/chat_event_action/location_changed.rb', line 6

def old_location
  @old_location
end