Class TdApi.InternalLinkTypeProxy

  • Enclosing class:
    TdApi

    public static class TdApi.InternalLinkTypeProxy
    extends TdApi.InternalLinkType
    The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy.
    • Field Detail

      • server

        public String server
        Proxy server IP address.
      • port

        public int port
        Proxy server port.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InternalLinkTypeProxy

        public InternalLinkTypeProxy()
        The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy.
      • InternalLinkTypeProxy

        public InternalLinkTypeProxy​(String server,
                                     int port,
                                     TdApi.ProxyType type)
        The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy.
        Parameters:
        server - Proxy server IP address.
        port - Proxy server port.
        type - Type of the proxy.