Class TdApi.TestCallVectorString

Enclosing class:
TdApi

public static class TdApi.TestCallVectorString
extends TdApi.Function
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
      Throws:
      IOException
  • Method Details