public static class TdApi.TimeZones extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.TimeZone[] |
timeZones
A list of time zones.
|
| Constructor and Description |
|---|
TimeZones()
Contains a list of time zones.
|
TimeZones(TdApi.TimeZone[] timeZones)
Contains a list of time zones.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.TimeZone[] timeZones
public static final int CONSTRUCTOR
public TimeZones()
public TimeZones(TdApi.TimeZone[] timeZones)
timeZones - A list of time zones.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object