Skip to content

GramIO API Reference / gramio/dist / TelegramStoryAreaTypeWeather

Interface: TelegramStoryAreaTypeWeather

Defined in: @gramio/types/out/objects.d.ts:4241

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

Documentation

Properties

PropertyTypeDescriptionDefined in
background_colornumberA color of the area background in the ARGB format@gramio/types/out/objects.d.ts:4257
emojistringEmoji representing the weather@gramio/types/out/objects.d.ts:4253
temperaturenumberTemperature, in degree Celsius@gramio/types/out/objects.d.ts:4249
type"weather"Type of the area, always “weather”@gramio/types/out/objects.d.ts:4245