Class TdApi.AddProxy

Enclosing class:
TdApi

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

Returns AddedProxy

  • Field Details

    • proxy

      public TdApi.Proxy proxy
      The proxy to add.
    • enable

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

      public String comment
      Comment to set for the proxy.
    • 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 AddedProxy

    • AddProxy

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

      Returns AddedProxy

      Parameters:
      proxy - The proxy to add.
      enable - Pass true to immediately enable the proxy.
      comment - Comment to set for the proxy.
  • Method Details