24 lines
587 B
Markdown
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)
|
|
|
|
|