Available types

InputMediaVenue

Represents a venue to be sent.

fields

fieldtyperequireddescription
typestringrequiredType of the media, must be venue
latitudenumberrequiredLatitude of the location
longitudenumberrequiredLongitude of the location
titlestringrequiredName of the venue
addressstringrequiredAddress of the venue
foursquare_idstringoptionalOptional. Foursquare identifier of the venue
foursquare_typestringoptionalOptional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)
google_place_idstringoptionalOptional. Google Places identifier of the venue
google_place_typestringoptionalOptional. Google Places type of the venue. (See supported types.)

import

types.ts
import type { InputMediaVenue } from "@yaebal/types";

used by

types