Package it.tdlight.jni
Class TdApi.CallStateError
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.CallState
it.tdlight.jni.TdApi.CallStateError
- Enclosing class:
- TdApi
public static class TdApi.CallStateError extends TdApi.CallState
The call has ended with an error.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.Error
error
Error. -
Constructor Summary
Constructors Constructor Description CallStateError()
The call has ended with an error.CallStateError(TdApi.Error error)
The call has ended with an error.CallStateError(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
-
error
Error. An error with the code 4005000 will be returned if an outgoing call is missed because of an expired timeout. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
CallStateError
public CallStateError()The call has ended with an error. -
CallStateError
The call has ended with an error.- Parameters:
error
- Error Error. An error with the code 4005000 will be returned if an outgoing call is missed because of an expired timeout.
-
CallStateError
- 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()
-