MadelineProto/docs/TD_docs/constructors/test_vectorStringObject.md
2017-07-23 16:33:46 +02:00

792 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]];

PWRTelegram json-encoded version:

{"_": "test.vectorStringObject", "value": [test_String]}

Or, if you're into Lua:

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