Class: TD::Types::ChatLocation

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/chat_location.rb

Overview

Represents a location to which a chat is connected.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#addressString

Location address; 1-64 characters, as defined by the chat owner.

Returns:

  • (String)

    the current value of address



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

def address
  @address
end

#locationTD::Types::Location

The location.

Returns:



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

def location
  @location
end