mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 14:27:00 +01:00
23 lines
521 B
Markdown
23 lines
521 B
Markdown
|
---
|
||
|
title: testVectorString
|
||
|
description: Tests only. A simple object containing just a vector of strings
|
||
|
---
|
||
|
## 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](../constructors/string.md) | Yes|The vector of strings|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [TestVectorString](../types/TestVectorString.md)
|
||
|
|
||
|
|