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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    boolean
    Pass true to immediately enable the proxy.
    int
    Proxy server port.
    Proxy server domain or IP address.
    Proxy type.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which adds a proxy server for network requests.
    AddProxy(String server, int port, boolean enable, TdApi.ProxyType type)
    Creates a function, which adds a proxy server for network requests.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR