Raw.MediaAreaVenue

Raw.MediaAreaVenue

Represents a location tag attached to a story, with additional venue information.

mediaAreaVenue#be82db9c coordinates:MediaAreaCoordinates geo:GeoPoint title:string address:string provider:string venue_id:string venue_type:string = MediaArea;
export namespace Raw {
  export class MediaAreaVenue {
    constructor(params: {
      coordinates: Raw.TypeMediaAreaCoordinates;
      geo: Raw.TypeGeoPoint;
      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: 0xbe82db9c

Property

  • coordinates : Raw.TypeMediaAreaCoordinates

    The size and location of the media area corresponding to the location sticker on top of the story media.

  • geo : Raw.TypeGeoPoint

    Coordinates of the venue

  • title : string

    Venue name

  • address : string

    Address

  • provider : string

    Venue provider: currently only “foursquare” needs to be supported.

  • venueId : string

    Venue id in the provider’s database

  • venueType : string

    Venue type in the provider’s database