mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 13:28:53 +01:00
667 B
667 B
title | description |
---|---|
test.vectorStringObject | test_vectorStringObject attributes, type and example |
Constructor: test.vectorStringObject
Attributes:
Name | Type | Required |
---|---|---|
value | Array of test_String | Yes |
Type: test_VectorStringObject
Example:
$test_vectorStringObject = ['_' => 'test.vectorStringObject', 'value' => [test.String], ];
Or, if you're into Lua:
test_vectorStringObject={_='test.vectorStringObject', value={test.String}, }