public static class TdApi.InputStoryAreaTypeWeather extends TdApi.InputStoryAreaType
| Modifier and Type | Field and Description |
|---|---|
int |
backgroundColor
A color of the area background in the ARGB format.
|
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 |
|---|
InputStoryAreaTypeWeather()
An area with information about weather.
|
InputStoryAreaTypeWeather(double temperature,
java.lang.String emoji,
int backgroundColor)
An area with information about 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 int backgroundColor
public static final int CONSTRUCTOR
public InputStoryAreaTypeWeather()
public InputStoryAreaTypeWeather(double temperature,
java.lang.String emoji,
int backgroundColor)
temperature - Temperature, in degree Celsius.emoji - Emoji representing the weather.backgroundColor - A color of the area background in the ARGB format.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object