Raw.MediaAreaWeather

Raw.MediaAreaWeather

mediaAreaWeather#49a6549c coordinates:MediaAreaCoordinates emoji:string temperature_c:double color:int = MediaArea;
export namespace Raw {
  export class MediaAreaWeather {
    constructor(params: {
      coordinates: Raw.TypeMediaAreaCoordinates;
      emoji: string;
      temperatureC: number;
      color: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x49a6549c

Property