MadelineProto/docs/TD_docs/constructors/test_vectorString.md

592 B

title description
test.vectorString test_vectorString attributes, type and example

Constructor: test.vectorString

Back to constructors index

Attributes:

Name Type Required
value Array of string Yes

Type: test_VectorString

Example:

$test_vectorString = ['_' => 'test.vectorString', 'value' => [string], ];

Or, if you're into Lua:

test_vectorString={_='test.vectorString', value={string}, }