Package org.drinkless.tdlib
Class TdApi.AcceptCall
- Enclosing class:
TdApi
Accepts an incoming call.
Returns Ok
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionintCall identifier.static final intIdentifier uniquely determining type of the object.The call protocols supported by the application. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which accepts an incoming call.AcceptCall(int callId, TdApi.CallProtocol protocol) Creates a function, which accepts an incoming call. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
callId
public int callIdCall identifier. -
protocol
The call protocols supported by the application. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.Ok>- Returns:
- this.CONSTRUCTOR
-