Module tdlight.api

Class TdApi.EditProxy

Enclosing class:
TdApi

public static final class TdApi.EditProxy extends TdApi.Function<TdApi.Proxy>
Edits an existing proxy server for network requests. Can be called before authorization.

Returns Proxy

  • Field Details

    • proxyId

      public int proxyId
      Proxy identifier.
    • 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

    • EditProxy

      public EditProxy()
      Edits an existing proxy server for network requests. Can be called before authorization.

      Returns Proxy

    • EditProxy

      public EditProxy(int proxyId, String server, int port, boolean enable, TdApi.ProxyType type)
      Edits an existing proxy server for network requests. Can be called before authorization.

      Returns Proxy

      Parameters:
      proxyId - Proxy identifier.
      server - Proxy server domain or IP address.
      port - Proxy server port.
      enable - Pass true to immediately enable the proxy.
      type - Proxy type.

      Returns Proxy

    • EditProxy

      public EditProxy(DataInput input) throws IOException
      Edits an existing proxy server for network requests. Can be called before authorization.

      Returns Proxy

      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object