public static class TdApi.UpdateNewCallSignalingData extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
int |
callId
The call identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
data
The data.
|
| Constructor and Description |
|---|
UpdateNewCallSignalingData()
New call signaling data arrived.
|
UpdateNewCallSignalingData(int callId,
byte[] data)
New call signaling data arrived.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int callId
public byte[] data
public static final int CONSTRUCTOR
public UpdateNewCallSignalingData()
public UpdateNewCallSignalingData(int callId,
byte[] data)
callId - The call identifier.data - The data.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object