Skip to content

GramIO API Reference / gramio/dist / TelegramInputMediaVenue

Interface: TelegramInputMediaVenue

Defined in: @gramio/types/out/objects.d.ts:6588

Represents a venue to be sent.

Documentation

Properties

PropertyTypeDescriptionDefined in
addressstringAddress of the venue@gramio/types/out/objects.d.ts:6608
foursquare_id?stringOptional. Foursquare identifier of the venue@gramio/types/out/objects.d.ts:6612
foursquare_type?stringOptional. Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)@gramio/types/out/objects.d.ts:6616
google_place_id?stringOptional. Google Places identifier of the venue@gramio/types/out/objects.d.ts:6620
google_place_type?stringOptional. Google Places type of the venue. (See supported types.)@gramio/types/out/objects.d.ts:6624
latitudenumberLatitude of the location@gramio/types/out/objects.d.ts:6596
longitudenumberLongitude of the location@gramio/types/out/objects.d.ts:6600
titlestringName of the venue@gramio/types/out/objects.d.ts:6604
type"venue"Type of the media, must be venue@gramio/types/out/objects.d.ts:6592