Class TdApi.AddProxy

Enclosing class:
TdApi

public static class TdApi.AddProxy extends TdApi.Function<TdApi.Proxy>
Adds a proxy server for network requests. Can be called before authorization.

Returns Proxy

  • Field Details

    • server

      public String server
      Proxy server domain or IP address.
    • port

      public int port
      Proxy server port.
    • enable

      public boolean enable
      Pass true to immediately enable the proxy.
    • type

      public TdApi.ProxyType type
      Proxy type.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • AddProxy

      public AddProxy()
      Default constructor for a function, which adds a proxy server for network requests. Can be called before authorization.

      Returns Proxy

    • AddProxy

      public AddProxy(String server, int port, boolean enable, TdApi.ProxyType type)
      Creates a function, which adds a proxy server for network requests. Can be called before authorization.

      Returns Proxy

      Parameters:
      server - Proxy server domain or IP address.
      port - Proxy server port.
      enable - Pass true to immediately enable the proxy.
      type - Proxy type.
  • Method Details