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() |
toString
public double seconds
public static final int CONSTRUCTOR
public Seconds()
public Seconds(double seconds)
seconds
- Number of seconds.public int getConstructor()
getConstructor
in class TdApi.Object