PHP 클래스 TelegramBot\Api\Types\Venue

상속: extends TelegramBot\Api\BaseType, implements TelegramBot\Api\TypeInterface
파일 보기 프로젝트 열기: TelegramBot/Api

보호된 프로퍼티들

프로퍼티 타입 설명
$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