Constructor: mediaAreaWeather
Represents a weather widget ».
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| coordinates | MediaAreaCoordinates | Yes | The size and location of the media area corresponding to the widget on top of the story media. |
| emoji | string | Yes | Weather emoji, should be rendered as an animated emoji. |
| temperature_c | double | Yes | Temperature in degrees Celsius. |
| color | int | Yes | ARGB background color. |
Type: MediaArea
Example:
$mediaAreaWeather = ['_' => 'mediaAreaWeather', 'coordinates' => MediaAreaCoordinates, 'emoji' => 'string', 'temperature_c' => double, 'color' => int];