Module tdlight.api

Class TdApi.TestVectorStringObject

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

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

  • Constructor Details

    • TestVectorStringObject

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

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

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