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

24 lines
587 B
Markdown

---
title: testVectorString
description: Tests only. A simple object containing just a vector of strings
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: testVectorString
[Back to constructors index](index.md)
Tests only. A simple object containing just a vector of strings
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|value|Array of [string](../types/string.md) | Yes|The vector of strings|
### Type: [TestVectorString](../types/TestVectorString.md)