Class: TD::Types::StoryAreaType::Location
- Inherits:
-
TD::Types::StoryAreaType
- Object
- Dry::Struct
- Base
- TD::Types::StoryAreaType
- TD::Types::StoryAreaType::Location
- Defined in:
- lib/tdlib/types/story_area_type/location.rb
Overview
An area pointing to a location.
Instance Attribute Summary collapse
-
#address ⇒ TD::Types::LocationAddress?
Address of the location; may be null if unknown.
-
#location ⇒ TD::Types::Location
The location.
Method Summary
Methods inherited from Base
Instance Attribute Details
#address ⇒ TD::Types::LocationAddress?
Address of the location; may be null if unknown.
6 7 8 |
# File 'lib/tdlib/types/story_area_type/location.rb', line 6 def address @address end |
#location ⇒ TD::Types::Location
The location.
6 7 8 |
# File 'lib/tdlib/types/story_area_type/location.rb', line 6 def location @location end |