Module tdlight.api

Class TdApi.TestCallVectorString

Enclosing class:
TdApi

public static final class TdApi.TestCallVectorString extends TdApi.Function<TdApi.TestVectorString>
Returns the received vector of strings; for testing only. This is an offline method. Can be called before authorization. Returns TestVectorString
  • Field Details

  • Constructor Details

    • TestCallVectorString

      public TestCallVectorString()
      Returns the received vector of strings; for testing only. This is an offline method. Can be called before authorization. Returns TestVectorString
    • TestCallVectorString

      public TestCallVectorString(String[] x)
      Returns the received vector of strings; for testing only. This is an offline method. Can be called before authorization. Returns TestVectorString
      Parameters:
      x - String[] Vector of strings to return.
    • TestCallVectorString

      public TestCallVectorString(DataInput input) throws IOException
      Returns the received vector of strings; for testing only. This is an offline method. Can be called before authorization. Returns TestVectorString
      Throws:
      IOException
  • Method Details