public static class TdApi.UpdateAuthorizationState extends TdApi.Update
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.AuthorizationState authorizationState
public static final int CONSTRUCTOR
public UpdateAuthorizationState()
public UpdateAuthorizationState(TdApi.AuthorizationState authorizationState)
authorizationState - New authorization state.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object