Interface InputStoryAreaTypeWeather

An area with information about weather. Subtype of InputStoryAreaType.

interface InputStoryAreaTypeWeather {
    @type: "inputStoryAreaTypeWeather";
    background_color: number;
    emoji: string;
    temperature: number;
}

Properties

@type: "inputStoryAreaTypeWeather"
background_color: number

A color of the area background in the ARGB format.

emoji: string

Emoji representing the weather.

temperature: number

Temperature, in degree Celsius.