MadelineProtoDocs/docs/TD_docs/constructors/testVectorInt.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
569 B
Markdown

---
title: testVectorInt
description: Tests only. A simple object containing just a vector of numbers
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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)