Class: TD::Types::ChatLocation
- Defined in:
- lib/tdlib/types/chat_location.rb
Overview
Represents a location to which a chat is connected.
Instance Attribute Summary collapse
-
#address ⇒ TD::Types::String
Location address; 1-64 characters, as defined by the chat owner.
-
#location ⇒ TD::Types::Location
The location.
Method Summary
Methods inherited from Base
Instance Attribute Details
#address ⇒ TD::Types::String
Location address; 1-64 characters, as defined by the chat owner.
6 7 8 |
# File 'lib/tdlib/types/chat_location.rb', line 6 def address @address end |
#location ⇒ TD::Types::Location
The location.
6 7 8 |
# File 'lib/tdlib/types/chat_location.rb', line 6 def location @location end |