public static class TdApi.SendCallSignalingData extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
int |
callId
Call identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
data
The data.
|
| Constructor and Description |
|---|
SendCallSignalingData()
Default constructor for a function, which sends call signaling data.
|
SendCallSignalingData(int callId,
byte[] data)
Creates a function, which sends call signaling data.
|
| 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 SendCallSignalingData()
Returns Ok
public SendCallSignalingData(int callId,
byte[] data)
Returns Ok
callId - Call identifier.data - The data.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object