PHP Класс TelegramBot\Api\Types\Venue

Наследование: extends TelegramBot\Api\BaseType, implements TelegramBot\Api\TypeInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$address string Address of the venue
$foursquareId string Optional. Foursquare identifier of the venue
$location TelegramBot\Api\Types\Location Venue location
$map array
$requiredParams array
$title string Name of the venue

Открытые методы

Метод Описание
getAddress ( ) : string
getFoursquareId ( ) : string
getLocation ( ) : TelegramBot\Api\Types\Location
getTitle ( ) : string
setAddress ( string $address )
setFoursquareId ( string $foursquareId )
setLocation ( TelegramBot\Api\Types\Location $location )
setTitle ( string $title )

Описание методов

getAddress() публичный Метод

public getAddress ( ) : string
Результат string

getFoursquareId() публичный Метод

public getFoursquareId ( ) : string
Результат string

getLocation() публичный Метод

public getLocation ( ) : TelegramBot\Api\Types\Location
Результат TelegramBot\Api\Types\Location

getTitle() публичный Метод

public getTitle ( ) : string
Результат string

setAddress() публичный Метод

public setAddress ( string $address )
$address string

setFoursquareId() публичный Метод

public setFoursquareId ( string $foursquareId )
$foursquareId string

setLocation() публичный Метод

public setLocation ( TelegramBot\Api\Types\Location $location )
$location TelegramBot\Api\Types\Location

setTitle() публичный Метод

public setTitle ( string $title )
$title string

Описание свойств

$address защищенное свойство

Address of the venue
protected string $address
Результат string

$foursquareId защищенное свойство

Optional. Foursquare identifier of the venue
protected string $foursquareId
Результат string

$location защищенное свойство

Venue location
protected Location,TelegramBot\Api\Types $location
Результат TelegramBot\Api\Types\Location

$map защищенное статическое свойство

protected static array $map
Результат array

$requiredParams защищенное статическое свойство

protected static array $requiredParams
Результат array

$title защищенное свойство

Name of the venue
protected string $title
Результат string