Class TdApi.TestCallVectorIntObject

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.TestCallVectorIntObject
Enclosing class:
TdApi

public static class TdApi.TestCallVectorIntObject
extends TdApi.Function
Returns the received vector of objects containing a number; for testing only. This is an offline method. Can be called before authorization.

Returns TestVectorIntObject

  • Field Details

  • Constructor Details

    • TestCallVectorIntObject

      public TestCallVectorIntObject()
      Returns the received vector of objects containing a number; for testing only. This is an offline method. Can be called before authorization.

      Returns TestVectorIntObject

    • TestCallVectorIntObject

      public TestCallVectorIntObject​(TdApi.TestInt[] x)
      Returns the received vector of objects containing a number; for testing only. This is an offline method. Can be called before authorization.

      Returns TestVectorIntObject

      Parameters:
      x - TestInt[] Vector of objects to return.
    • TestCallVectorIntObject

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