Module tdlight.api

Class TdApi.RemoveProxy

Enclosing class:
TdApi

public static final class TdApi.RemoveProxy extends TdApi.Function<TdApi.Ok>
Removes a proxy server. Can be called before authorization.

Returns Ok

  • Field Details

    • proxyId

      public int proxyId
      Proxy identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • RemoveProxy

      public RemoveProxy()
      Removes a proxy server. Can be called before authorization.

      Returns Ok

    • RemoveProxy

      public RemoveProxy(int proxyId)
      Removes a proxy server. Can be called before authorization.

      Returns Ok

      Parameters:
      proxyId - int Proxy identifier.
    • RemoveProxy

      public RemoveProxy(DataInput input) throws IOException
      Removes a proxy server. Can be called before authorization.

      Returns Ok

      Throws:
      IOException
  • Method Details