Package it.tdlight.jni
Class TdApi.UpdateAuthorizationState
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateAuthorizationState
- Enclosing class:
- TdApi
public static class TdApi.UpdateAuthorizationState extends TdApi.Update
The user authorization state has changed.
-
Field Summary
Fields Modifier and Type Field Description TdApi.AuthorizationState
authorizationState
New authorization state.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description UpdateAuthorizationState()
The user authorization state has changed.UpdateAuthorizationState(TdApi.AuthorizationState authorizationState)
The user authorization state has changed.UpdateAuthorizationState(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
-
authorizationState
New authorization state. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateAuthorizationState
public UpdateAuthorizationState()The user authorization state has changed. -
UpdateAuthorizationState
The user authorization state has changed.- Parameters:
authorizationState
- AuthorizationState New authorization state.
-
UpdateAuthorizationState
- 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()
-