MadelineProto/docs/TD_docs/constructors/test_vectorIntObject.md
2017-03-11 20:06:30 +01:00

628 B

title description
test.vectorIntObject test_vectorIntObject attributes, type and example

Constructor: test.vectorIntObject

Back to constructors index

Attributes:

Name Type Required
value Array of test_Int Yes

Type: test_VectorIntObject

Example:

$test_vectorIntObject = ['_' => 'test.vectorIntObject', 'value' => [test_Int], ];

Or, if you're into Lua:

test_vectorIntObject={_='test.vectorIntObject', value={test_Int}, }