Module tdlight.api

Class TdApi.TestVectorString

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

public static final class TdApi.TestVectorString extends TdApi.Object
A simple object containing a vector of strings; for testing only.
  • Field Details

  • Constructor Details

    • TestVectorString

      public TestVectorString()
      A simple object containing a vector of strings; for testing only.
    • TestVectorString

      public TestVectorString(String[] value)
      A simple object containing a vector of strings; for testing only.
      Parameters:
      value - String[] Vector of strings.
    • TestVectorString

      public TestVectorString(DataInput input) throws IOException
      A simple object containing a vector of strings; for testing only.
      Throws:
      IOException
  • Method Details