Class TdApi.RemoveProxy

Enclosing class:
TdApi

public static class TdApi.RemoveProxy
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details