MadelineProto/docs/TD_docs/constructors/test_vectorInt.md

553 B

title description
test.vectorInt test_vectorInt attributes, type and example

Constructor: test.vectorInt

Back to constructors index

Attributes:

Name Type Required
value Array of int Yes

Type: test_VectorInt

Example:

$test_vectorInt = ['_' => 'test.vectorInt', 'value' => [int], ];

Or, if you're into Lua:

test_vectorInt={_='test.vectorInt', value={int}, }