Module tdlight.api

Class TdApi.TestCallVectorStringObject

Enclosing class:
TdApi

public static final class TdApi.TestCallVectorStringObject extends TdApi.Function<TdApi.TestVectorStringObject>
Returns the received vector of objects containing a string; for testing only. This is an offline method. Can be called before authorization. Returns TestVectorStringObject
  • Field Details

  • Constructor Details

    • TestCallVectorStringObject

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

      public TestCallVectorStringObject(TdApi.TestString[] x)
      Returns the received vector of objects containing a string; for testing only. This is an offline method. Can be called before authorization. Returns TestVectorStringObject
      Parameters:
      x - TestString[] Vector of objects to return.
    • TestCallVectorStringObject

      public TestCallVectorStringObject(DataInput input) throws IOException
      Returns the received vector of objects containing a string; for testing only. This is an offline method. Can be called before authorization. Returns TestVectorStringObject
      Throws:
      IOException
  • Method Details