MadelineProto/docs/TD_docs/constructors/test_vectorIntObject.md

36 lines
628 B
Markdown
Raw Normal View History

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