Class TdApi.RemoveProxy

  • Enclosing class:
    TdApi

    public static class TdApi.RemoveProxy
    extends TdApi.Function
    Removes a proxy server. Can be called before authorization.

    Returns Ok

    • Field Detail

      • proxyId

        public int proxyId
        Proxy identifier.
      • CONSTRUCTOR

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

      • RemoveProxy

        public RemoveProxy()
        Default constructor for a function, which removes a proxy server. Can be called before authorization.

        Returns Ok

      • RemoveProxy

        public RemoveProxy​(int proxyId)
        Creates a function, which removes a proxy server. Can be called before authorization.

        Returns Ok

        Parameters:
        proxyId - Proxy identifier.