StoryAreaTypeWeather
Describes a story area containing weather information. Currently, a story can have up to 3 weather areas.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the area, always “weather” |
temperature | number | required | Temperature, in degree Celsius |
emoji | string | required | Emoji representing the weather |
background_color | number | required | A color of the area background in the ARGB format |
import
import type { StoryAreaTypeWeather } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#storyareatypeweather