TestCallVectorIntObject constructor

const TestCallVectorIntObject({
  1. required List<TestInt> x,
})

TestCallVectorIntObject (testCallVectorIntObject) - TDLib function

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

  • x: Vector of objects to return.

TestVectorIntObject is returned on completion.

Implementation

const TestCallVectorIntObject({
  required this.x,
});