Skip to content

GramIO API Reference / gramio/dist / TelegramInputVenueMessageContent

Interface: TelegramInputVenueMessageContent

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

Represents the content of a venue message to be sent as the result of an inline query.

Documentation

Properties

PropertyTypeDescriptionDefined in
addressstringAddress of the venue@gramio/types/out/objects.d.ts:7740
foursquare_id?stringOptional. Foursquare identifier of the venue, if known@gramio/types/out/objects.d.ts:7744
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:7748
google_place_id?stringOptional. Google Places identifier of the venue@gramio/types/out/objects.d.ts:7752
google_place_type?stringOptional. Google Places type of the venue. (See supported types.)@gramio/types/out/objects.d.ts:7756
latitudenumberLatitude of the venue in degrees@gramio/types/out/objects.d.ts:7728
longitudenumberLongitude of the venue in degrees@gramio/types/out/objects.d.ts:7732
titlestringName of the venue@gramio/types/out/objects.d.ts:7736