23 lines
612 B
Markdown
23 lines
612 B
Markdown
---
|
|
title: testCallVectorStringObject
|
|
description: Test request. Returns back received vector of objects containing a string
|
|
---
|
|
## Method: testCallVectorStringObject
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Test request. Returns back received vector of objects containing a string
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|x|Array of [testString](../types/testString.md) | Yes|Vector of objects to return|
|
|
|
|
|
|
### Return type: [TestVectorStringObject](../types/TestVectorStringObject.md)
|
|
|