public static class TdApi.UpdateAuthorizationState extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.AuthorizationState |
authorizationState
New authorization state.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
UpdateAuthorizationState()
The user authorization state has changed.
|
UpdateAuthorizationState(TdApi.AuthorizationState authorizationState)
The user authorization state has changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.AuthorizationState authorizationState
public static final int CONSTRUCTOR
public UpdateAuthorizationState()
public UpdateAuthorizationState(TdApi.AuthorizationState authorizationState)
authorizationState
- New authorization state.public int getConstructor()
getConstructor
in class TdApi.Update