mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-05 22:18:17 +01:00
750 B
750 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], ];
PWRTelegram json-encoded version:
{"_":"test.vectorIntObject","value":["test_Int"]}
Or, if you're into Lua:
test_vectorIntObject={_='test.vectorIntObject', value={test_Int}, }