Class TdApi.ProxyTypeMtproto

  • Enclosing class:
    TdApi

    public static class TdApi.ProxyTypeMtproto
    extends TdApi.ProxyType
    An MTProto proxy server.
    • Field Detail

      • secret

        public String secret
        The proxy's secret in hexadecimal encoding.
      • CONSTRUCTOR

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

      • ProxyTypeMtproto

        public ProxyTypeMtproto()
        An MTProto proxy server.
      • ProxyTypeMtproto

        public ProxyTypeMtproto​(String secret)
        An MTProto proxy server.
        Parameters:
        secret - The proxy's secret in hexadecimal encoding.