ultra-telegram-framework
    Preparing search index...

    Interface StoryAreaTypeWeather

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

    interface StoryAreaTypeWeather {
        background_color: number;
        emoji: string;
        temperature: number;
        type: string;
    }
    Index

    Properties

    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

    type: string

    Type of the area, always "weather"