MadelineProto/docs/TD_docs/constructors/test_vectorInt.md

36 lines
553 B
Markdown

---
title: test.vectorInt
description: test_vectorInt attributes, type and example
---
## Constructor: test.vectorInt
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|value|Array of [int](../constructors/int.md) | Yes|
### Type: [test\_VectorInt](../types/test_VectorInt.md)
### Example:
```
$test_vectorInt = ['_' => 'test.vectorInt', 'value' => [int], ];
```
Or, if you're into Lua:
```
test_vectorInt={_='test.vectorInt', value={int}, }
```