Module tdlight.api

Class TdApi.ProxyTypeMtproto

Enclosing class:
TdApi

public static final 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:
  • 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
      An MTProto proxy server.
      Throws:
      IOException
  • Method Details