Interface GetCurrentWeather

Returns the current weather in the given location. Request type for Tdjson#getCurrentWeather.

interface GetCurrentWeather {
    @type: "getCurrentWeather";
    location: Location;
}

Properties

Properties

@type: "getCurrentWeather"
location: Location

The location.