MadelineProto/docs/TD_docs/constructors/testVectorInt.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

23 lines
496 B
Markdown

---
title: testVectorInt
description: Tests only. A simple object containing just a vector of numbers
---
## Constructor: testVectorInt
[Back to constructors index](index.md)
Tests only. A simple object containing just a vector of numbers
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|value|Array of [int](../types/int.md) | Yes|The vector of numbers|
### Type: [TestVectorInt](../types/TestVectorInt.md)