* For the full copyright and license information, please view the LICENSE
9
* file that was distributed with this source code.
10
*/
11
12
namespace Longman\TelegramBot\Entities;
13
14
/**
15
* Class Venue
16
*
17
* @link https://core.telegram.org/bots/api#venue
18
*
19
* @method Location getLocation() Venue location
20
* @method string getTitle() Name of the venue
21
* @method string getAddress() Address of the venue
22
* @method string getFoursquareId() Optional. Foursquare identifier of the venue
23
* @method string getFoursquareType() Optional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)
24
* @method string getGooglePlaceId() Optional. Google Places identifier of the venue
25
* @method string getGooglePlaceType() Optional. Google Places type of the venue