Raw.InputMediaVenue
Can be used to send a venue geolocation.
inputMediaVenue#c13d1c11 geo_point:InputGeoPoint title:string address:string provider:string venue_id:string venue_type:string = InputMedia;
export namespace Raw {
export class InputMediaVenue {
constructor(params: {
geoPoint: Raw.TypeInputGeoPoint;
title: string;
address: string;
provider: string;
venueId: string;
venueType: string;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xc13d1c11
Property
geoPoint
: Raw.TypeInputGeoPointGeolocation
title
: stringVenue name
address
: stringPhysical address of the venue
provider
: stringVenue provider: currently only “foursquare” and “gplaces” (google places) need to be supported
venueId
: stringVenue id in the provider’s database
venueType
: stringVenue type in the provider’s database