Class TdApi.UpdateConnectionState

Enclosing class:
TdApi

public static class TdApi.UpdateConnectionState
extends TdApi.Update
The connection state has changed. This update must be used only to show a human-readable description of the connection state.
  • Field Details

  • 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

      public UpdateConnectionState​(TdApi.ConnectionState state)
      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

      public UpdateConnectionState​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details