public static class TdApi.CurrentWeather extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
emoji
Emoji representing the weather.
|
double |
temperature
Temperature, in degree Celsius.
|
| Constructor and Description |
|---|
CurrentWeather()
Describes the current weather.
|
CurrentWeather(double temperature,
java.lang.String emoji)
Describes the current weather.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic double temperature
public java.lang.String emoji
public static final int CONSTRUCTOR
public CurrentWeather()
public CurrentWeather(double temperature,
java.lang.String emoji)
temperature - Temperature, in degree Celsius.emoji - Emoji representing the weather.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object