Raw.MediaAreaUrl

Raw.MediaAreaUrl

Represents a url media area.

mediaAreaUrl#37381085 coordinates:MediaAreaCoordinates url:string = MediaArea;
export namespace Raw {
  export class MediaAreaUrl {
    constructor(params: { coordinates: Raw.TypeMediaAreaCoordinates; url: string }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 198
Constructor ID: 0x37381085

Property

  • coordinates : Raw.TypeMediaAreaCoordinates

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

  • url : string

    Url to open when clicked.