mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 04:47:21 +01:00
628 B
628 B
title | description |
---|---|
test.vectorIntObject | test_vectorIntObject attributes, type and example |
Constructor: test.vectorIntObject
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}, }