public static class TdApi.UpdateCall extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.Call |
call
New data about a call.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateCall()
New call was created or information about a call was updated.
|
UpdateCall(TdApi.Call call)
New call was created or information about a call was updated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Call call
public static final int CONSTRUCTOR
public UpdateCall()
public UpdateCall(TdApi.Call call)
call - New data about a call.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object