1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-07 13:34:54 +01:00
MadelineProto/docs/TD_docs/constructors/test_vectorStringObject.md
2017-07-23 16:11:02 +02:00

795 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}, }