|
19 | 19 | *
|
20 | 20 | * <code>
|
21 | 21 | * $data = [
|
22 |
| - * 'latitude' => 36.0338, |
23 |
| - * 'longitude' => 71.8601, |
24 |
| - * 'title' => '', |
25 |
| - * 'address' => '', |
26 |
| - * 'foursquare_id' => '', |
| 22 | + * 'latitude' => 36.0338, |
| 23 | + * 'longitude' => 71.8601, |
| 24 | + * 'title' => '', |
| 25 | + * 'address' => '', |
| 26 | + * 'foursquare_id' => '', |
| 27 | + * 'foursquare_type' => '', |
27 | 28 | * ];
|
28 | 29 | * </code>
|
29 | 30 | *
|
30 |
| - * @method float getLatitude() Latitude of the location in degrees |
31 |
| - * @method float getLongitude() Longitude of the location in degrees |
32 |
| - * @method string getTitle() Name of the venue |
33 |
| - * @method string getAddress() Address of the venue |
34 |
| - * @method string getFoursquareIdTitle() Optional. Foursquare identifier of the venue, if known |
| 31 | + * @method float getLatitude() Latitude of the location in degrees |
| 32 | + * @method float getLongitude() Longitude of the location in degrees |
| 33 | + * @method string getTitle() Name of the venue |
| 34 | + * @method string getAddress() Address of the venue |
| 35 | + * @method string getFoursquareId() Optional. Foursquare identifier of the venue, if known |
| 36 | + * @method string getFoursquareType() Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) |
35 | 37 | *
|
36 |
| - * @method $this setLatitude(float $latitude) Latitude of the location in degrees |
37 |
| - * @method $this setLongitude(float $longitude) Longitude of the location in degrees |
38 |
| - * @method $this setTitle(string $title) Name of the venue |
39 |
| - * @method $this setAddress(string $address) Address of the venue |
40 |
| - * @method $this setFoursquareIdTitle(string $foursquare_id_title) Optional. Foursquare identifier of the venue, if known |
| 38 | + * @method $this setLatitude(float $latitude) Latitude of the location in degrees |
| 39 | + * @method $this setLongitude(float $longitude) Longitude of the location in degrees |
| 40 | + * @method $this setTitle(string $title) Name of the venue |
| 41 | + * @method $this setAddress(string $address) Address of the venue |
| 42 | + * @method $this setFoursquareId(string $foursquare_id) Optional. Foursquare identifier of the venue, if known |
| 43 | + * @method $this setFoursquareType(string $foursquare_type) Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) |
41 | 44 | */
|
42 | 45 | class InputVenueMessageContent extends InlineEntity implements InputMessageContent
|
43 | 46 | {
|
|
0 commit comments