telegramx.js

StoryAreaTypeWeather

interface

Describes a story area containing weather information. Currently, a story can have up to 3 weather areas.

Declaration

interface StoryAreaTypeWeather 

Properties

background_color: number;

A color of the area background in the ARGB format

emojiproperty#
emoji: string;

Emoji representing the weather

temperatureproperty#
temperature: number;

Temperature, in degree Celsius

typeproperty#
type: 'weather';

Type of the area, always "weather"