PHP Class TelegramBot\Api\Types\Venue

Inheritance: extends TelegramBot\Api\BaseType, implements TelegramBot\Api\TypeInterface
Afficher le fichier Open project: TelegramBot/Api

Protected Properties

Свойство Type Description
$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

Méthodes publiques

Méthode Description
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 )

Method Details

getAddress() public méthode

public getAddress ( ) : string
Résultat string

getFoursquareId() public méthode

public getFoursquareId ( ) : string
Résultat string

getLocation() public méthode

public getLocation ( ) : TelegramBot\Api\Types\Location
Résultat TelegramBot\Api\Types\Location

getTitle() public méthode

public getTitle ( ) : string
Résultat string

setAddress() public méthode

public setAddress ( string $address )
$address string

setFoursquareId() public méthode

public setFoursquareId ( string $foursquareId )
$foursquareId string

setLocation() public méthode

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

setTitle() public méthode

public setTitle ( string $title )
$title string

Property Details

$address protected_oe property

Address of the venue
protected string $address
Résultat string

$foursquareId protected_oe property

Optional. Foursquare identifier of the venue
protected string $foursquareId
Résultat string

$location protected_oe property

Venue location
protected Location,TelegramBot\Api\Types $location
Résultat TelegramBot\Api\Types\Location

$map protected_oe static_oe property

protected static array $map
Résultat array

$requiredParams protected_oe static_oe property

protected static array $requiredParams
Résultat array

$title protected_oe property

Name of the venue
protected string $title
Résultat string