java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallState
it.tdlight.jni.TdApi.CallStateDiscarded
- Enclosing class:
- TdApi
The call has ended successfully.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the call debug information must be sent to the server.boolean
True, if the call log must be sent to the server.boolean
True, if the call rating must be sent to the server.The reason, why the call has ended. -
Constructor Summary
ConstructorDescriptionThe call has ended successfully.CallStateDiscarded
(TdApi.CallDiscardReason reason, boolean needRating, boolean needDebugInformation, boolean needLog) The call has ended successfully.CallStateDiscarded
(DataInput input) The call has ended successfully. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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 CONSTRUCTOR- 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
- CallDiscardReason The reason, why the call has ended.needRating
- boolean True, if the call rating must be sent to the server.needDebugInformation
- boolean True, if the call debug information must be sent to the server.needLog
- boolean True, if the call log must be sent to the server.
-
CallStateDiscarded
The call has ended successfully.- 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()
-