InputMediaVenue
Represents a venue to be sent.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the media, must be venue |
latitude | number | required | Latitude of the location |
longitude | number | required | Longitude of the location |
title | string | required | Name of the venue |
address | string | required | Address of the venue |
foursquare_id | string | optional | Optional. Foursquare identifier of the venue |
foursquare_type | string | optional | Optional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.) |
google_place_id | string | optional | Optional. Google Places identifier of the venue |
google_place_type | string | optional | Optional. Google Places type of the venue. (See supported types.) |
import
import type { InputMediaVenue } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#inputmediavenue