Class TdApi.ProxyTypeMtproto

Enclosing class:
TdApi

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

    • secret

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

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • ProxyTypeMtproto

      public ProxyTypeMtproto()
      An MTProto proxy server.
    • ProxyTypeMtproto

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

      public ProxyTypeMtproto​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details