public static class TdApi.SendCallSignalingData extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function