- Enclosing class:
- TdApi
Accepts an incoming call.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionintCall identifier.static final intThe call protocols supported by the application. -
Constructor Summary
ConstructorsConstructorDescriptionAccepts 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
toStringMethods 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. ReturnsOk -
AcceptCall
Accepts an incoming call. ReturnsOk- Parameters:
callId- int Call identifier.protocol- CallProtocol The call protocols supported by the application.
-
AcceptCall
Accepts an incoming call. ReturnsOk- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-