public static class TdApi.Seconds extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
double |
seconds
Number of seconds.
|
| Constructor and Description |
|---|
Seconds()
Contains a value representing a number of seconds.
|
Seconds(double seconds)
Contains a value representing a number of seconds.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic double seconds
public static final int CONSTRUCTOR
public Seconds()
public Seconds(double seconds)
seconds - Number of seconds.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object