public static class TdApi.UpdateConnectionState extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ConnectionState |
state
The new connection state.
|
Constructor and Description |
---|
UpdateConnectionState()
The connection state has changed.
|
UpdateConnectionState(TdApi.ConnectionState state)
The connection state has changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.ConnectionState state
public static final int CONSTRUCTOR
public UpdateConnectionState()
public UpdateConnectionState(TdApi.ConnectionState state)
state
- The new connection state.public int getConstructor()
getConstructor
in class TdApi.Update