MadelineProto/docs/TD_docs/constructors/test_vectorString.md
2017-07-23 16:11:02 +02:00

709 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], ];

PWRTelegram json-encoded version:

{"_":"test.vectorString","value":["string"]}

Or, if you're into Lua:

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