Package it.tdlight.jni
Class TdApi.CallStateDiscarded
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallState
it.tdlight.jni.TdApi.CallStateDiscarded
- Enclosing class:
- TdApi
public static class TdApi.CallStateDiscarded extends TdApi.CallState
The call has ended successfully.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
needDebugInformation
True, if the call debug information should be sent to the server.boolean
needRating
True, if the call rating should be sent to the server.TdApi.CallDiscardReason
reason
The reason, why the call has ended. -
Constructor Summary
Constructors Constructor Description CallStateDiscarded()
The call has ended successfully.CallStateDiscarded(TdApi.CallDiscardReason reason, boolean needRating, boolean needDebugInformation)
The call has ended successfully.CallStateDiscarded(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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 should be sent to the server. -
needDebugInformation
public boolean needDebugInformationTrue, if the call debug information should be sent to the server. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
CallStateDiscarded
public CallStateDiscarded()The call has ended successfully. -
CallStateDiscarded
public CallStateDiscarded(TdApi.CallDiscardReason reason, boolean needRating, boolean needDebugInformation)The call has ended successfully.- Parameters:
reason
- CallDiscardReason The reason, why the call has ended.needRating
- boolean True, if the call rating should be sent to the server.needDebugInformation
- boolean True, if the call debug information should be sent to the server.
-
CallStateDiscarded
- 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()
-