java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateConnectionState
- Enclosing class:
- TdApi
The connection state has changed. This
update must be used only to show a
human-readable description of the connection state.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The new connection state. -
Constructor Summary
ConstructorDescriptionThe connection state has changed.The connection state has changed.UpdateConnectionState
(DataInput input) The connection state has changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
state
The new connection state. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateConnectionState
public UpdateConnectionState()The connection state has changed. This update must be used only to show a human-readable description of the connection state. -
UpdateConnectionState
The connection state has changed. This update must be used only to show a human-readable description of the connection state.- Parameters:
state
- ConnectionState The new connection state.
-
UpdateConnectionState
The connection state has changed. This update must be used only to show a human-readable description of the connection state.- 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()
-