Class: TD::Types::StoryAreaType::Location

Inherits:
TD::Types::StoryAreaType show all
Defined in:
lib/tdlib/types/story_area_type/location.rb

Overview

An area pointing to a location.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#addressTD::Types::LocationAddress?

Address of the location; may be null if unknown.

Returns:



6
7
8
# File 'lib/tdlib/types/story_area_type/location.rb', line 6

def address
  @address
end

#locationTD::Types::Location

The location.

Returns:



6
7
8
# File 'lib/tdlib/types/story_area_type/location.rb', line 6

def location
  @location
end