public static class TdApi.CallId extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
id
Call identifier.
|
| Constructor and Description |
|---|
CallId()
Contains the call identifier.
|
CallId(int id)
Contains the call identifier.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor() |
toStringpublic int id
public static final int CONSTRUCTOR
public CallId()
public CallId(int id)
id - Call identifier.public int getConstructor()
getConstructor in class TdApi.Object