public static class TdApi.UpdateCall extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public TdApi.Call call
public static final int CONSTRUCTOR
public UpdateCall()
public UpdateCall(TdApi.Call call)
call
- New data about a call.public int getConstructor()
getConstructor
in class TdApi.Update