- Enclosing class:
- TdApi
Accepts an incoming call.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionint
Call identifier.static final int
The call protocols supported by the application. -
Constructor Summary
ConstructorDescriptionAccepts an incoming call.AcceptCall
(int callId, TdApi.CallProtocol protocol) Accepts an incoming call.AcceptCall
(DataInput input) Accepts an incoming call. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
callId
public int callIdCall identifier. -
protocol
The call protocols supported by the application. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AcceptCall
public AcceptCall()Accepts an incoming call.Returns
Ok
-
AcceptCall
Accepts an incoming call.Returns
Ok
- Parameters:
callId
- int Call identifier.protocol
- CallProtocol The call protocols supported by the application.
-
AcceptCall
Accepts an incoming call.Returns
Ok
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-