Module tdlight.api

Class TdApi.TestCallVectorIntObject

Enclosing class:
TdApi

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

  • Constructor Details

    • TestCallVectorIntObject

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

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

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