teleproto - v1.229.0
    Preparing search index...

    Interface MediaAreaWeatherIn

    interface MediaAreaWeatherIn {
        _: "mediaAreaWeather";
        color: number;
        coordinates: MediaAreaCoordinatesIn;
        emoji: string;
        temperatureC: number;
    }
    Index
    _: "mediaAreaWeather"
    color: number
    emoji: string
    temperatureC: number