public static class TdApi.Count extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
count
Count.
|
| Constructor and Description |
|---|
Count()
Contains a counter.
|
Count(int count)
Contains a counter.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int count
public static final int CONSTRUCTOR
public Count()
public Count(int count)
count - Count.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object