Raw.InputMediaVenue

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.TypeInputGeoPoint

    Geolocation

  • title : string

    Venue name

  • address : string

    Physical address of the venue

  • provider : string

    Venue provider: currently only “foursquare” and “gplaces” (google places) need to be supported

  • venueId : string

    Venue id in the provider’s database

  • venueType : string

    Venue type in the provider’s database