Package org.drinkless.tdlib
Class TdApi.ToggleSessionCanAcceptCalls
- Enclosing class:
- TdApi
Toggles whether a session can accept incoming calls.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanPass true to allow accepting incoming calls by the session; pass false otherwise.static final intIdentifier uniquely determining type of the object.longSession identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which toggles whether a session can accept incoming calls.ToggleSessionCanAcceptCalls(long sessionId, boolean canAcceptCalls) Creates a function, which toggles whether a session can accept incoming calls. -
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
-
sessionId
public long sessionIdSession identifier. -
canAcceptCalls
public boolean canAcceptCallsPass true to allow accepting incoming calls by the session; pass false otherwise. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ToggleSessionCanAcceptCalls
public ToggleSessionCanAcceptCalls()Default constructor for a function, which toggles whether a session can accept incoming calls.Returns
Ok -
ToggleSessionCanAcceptCalls
public ToggleSessionCanAcceptCalls(long sessionId, boolean canAcceptCalls) Creates a function, which toggles whether a session can accept incoming calls.Returns
Ok- Parameters:
sessionId- Session identifier.canAcceptCalls- Pass true to allow accepting incoming calls by the session; pass false otherwise.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-