Module tdlight.api

Class TdApi.TestCallBytes

Enclosing class:
TdApi

public static final class TdApi.TestCallBytes extends TdApi.Function<TdApi.TestBytes>
Returns the received bytes; for testing only. This is an offline method. Can be called before authorization. Returns TestBytes
  • Field Details

    • x

      public byte[] x
      Bytes to return.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • TestCallBytes

      public TestCallBytes()
      Returns the received bytes; for testing only. This is an offline method. Can be called before authorization. Returns TestBytes
    • TestCallBytes

      public TestCallBytes(byte[] x)
      Returns the received bytes; for testing only. This is an offline method. Can be called before authorization. Returns TestBytes
      Parameters:
      x - byte[] Bytes to return.
    • TestCallBytes

      public TestCallBytes(DataInput input) throws IOException
      Returns the received bytes; for testing only. This is an offline method. Can be called before authorization. Returns TestBytes
      Throws:
      IOException
  • Method Details