Package it.tdlight.jni
Class TdApi.AuthorizationStateClosed
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AuthorizationState
it.tdlight.jni.TdApi.AuthorizationStateClosed
- Enclosing class:
- TdApi
public static class TdApi.AuthorizationStateClosed extends TdApi.AuthorizationState
TDLib client is in its final state.
All databases are closed and all
resources are released. No other
updates will be received after this.
All queries will be responded to with
error code 500. To continue working,
one must create a new instance of the TDLib client.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description AuthorizationStateClosed()
TDLib client is in its final state.AuthorizationStateClosed(DataInput input)
TDLib client is in its final state. -
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
-
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
AuthorizationStateClosed
public AuthorizationStateClosed()TDLib client is in its final state. All databases are closed and all resources are released. No other updates will be received after this. All queries will be responded to with error code 500. To continue working, one must create a new instance of the TDLib client. -
AuthorizationStateClosed
TDLib client is in its final state. All databases are closed and all resources are released. No other updates will be received after this. All queries will be responded to with error code 500. To continue working, one must create a new instance of the TDLib client.- 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()
-