1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 07:36:55 +01:00
MadelineProto/docs/TD_docs/constructors/test_vectorInt.md
2017-07-23 16:11:02 +02:00

664 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], ];

PWRTelegram json-encoded version:

{"_":"test.vectorInt","value":["int"]}

Or, if you're into Lua:

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