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

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

PWRTelegram json-encoded version:

{"_": "test.vectorIntObject", "value": [test_Int]}

Or, if you're into Lua:

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