Module tdlight.api

Class TdApi.TestVectorIntObject

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TestVectorIntObject
Enclosing class:
TdApi

public static final class TdApi.TestVectorIntObject extends TdApi.Object
A simple object containing a vector of objects that hold a number; for testing only.
  • Field Details

  • Constructor Details

    • TestVectorIntObject

      public TestVectorIntObject()
      A simple object containing a vector of objects that hold a number; for testing only.
    • TestVectorIntObject

      public TestVectorIntObject(TdApi.TestInt[] value)
      A simple object containing a vector of objects that hold a number; for testing only.
      Parameters:
      value - TestInt[] Vector of objects.
    • TestVectorIntObject

      public TestVectorIntObject(DataInput input) throws IOException
      A simple object containing a vector of objects that hold a number; for testing only.
      Throws:
      IOException
  • Method Details