Package org.drinkless.tdlib
Class TdApi.CallStateDiscarded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CallState
org.drinkless.tdlib.TdApi.CallStateDiscarded
- Enclosing class:
- TdApi
The call has ended successfully.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanTrue, if the call debug information must be sent to the server.booleanTrue, if the call log must be sent to the server.booleanTrue, if the call rating must be sent to the server.The reason why the call has ended. -
Constructor Summary
ConstructorsConstructorDescriptionThe call has ended successfully.CallStateDiscarded(TdApi.CallDiscardReason reason, boolean needRating, boolean needDebugInformation, boolean needLog) The call has ended successfully. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
reason
The reason why the call has ended. -
needRating
public boolean needRatingTrue, if the call rating must be sent to the server. -
needDebugInformation
public boolean needDebugInformationTrue, if the call debug information must be sent to the server. -
needLog
public boolean needLogTrue, if the call log must be sent to the server. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CallStateDiscarded
public CallStateDiscarded()The call has ended successfully. -
CallStateDiscarded
public CallStateDiscarded(TdApi.CallDiscardReason reason, boolean needRating, boolean needDebugInformation, boolean needLog) The call has ended successfully.- Parameters:
reason- The reason why the call has ended.needRating- True, if the call rating must be sent to the server.needDebugInformation- True, if the call debug information must be sent to the server.needLog- True, if the call log must be sent to the server.
-
-
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
-