MadelineProto/docs/TD_docs/constructors/test_vectorStringObject.md
2017-03-11 20:06:30 +01:00

36 lines
667 B
Markdown

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