24 lines
698 B
Markdown
24 lines
698 B
Markdown
---
|
|
title: testCallVectorStringObject
|
|
description: Test request. Returns back received vector of objects containing a string
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# 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
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|x|Array of [testString](../constructors/testString.md) | Vector of objects to return | Yes|
|
|
|
|
|
|
### Return type: [TestVectorStringObject](../types/TestVectorStringObject.md)
|
|
|