1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 13:28:53 +01:00
MadelineProto/docs/TD_docs/constructors/test_vectorStringObject.md

667 B

title description
test.vectorStringObject test_vectorStringObject attributes, type and example

Constructor: test.vectorStringObject

Back to constructors index

Attributes:

Name Type Required
value Array of test_String Yes

Type: test_VectorStringObject

Example:

$test_vectorStringObject = ['_' => 'test.vectorStringObject', 'value' => [test.String], ];

Or, if you're into Lua:

test_vectorStringObject={_='test.vectorStringObject', value={test.String}, }