class ChatLocation

Represents a location to which a chat is connected.

Methods

__construct(Location $location, string $address)

No description

getLocation()

The location to which the supergroup is connected. Can't be a live location.

string
getAddress()

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

Details

at line 14
__construct(Location $location, string $address)

No description

Parameters

Location $location
string $address

at line 23
Location getLocation()

The location to which the supergroup is connected. Can't be a live location.

Return Value

Location

at line 31
string getAddress()

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

Return Value

string