24 lines
618 B
Markdown
24 lines
618 B
Markdown
---
|
|
title: testCallVectorString
|
|
description: Test request. Returns back received vector of strings
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
## Method: testCallVectorString
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Test request. Returns back received vector of strings
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|x|Array of [string](../types/string.md) | Yes|Vector of strings to return|
|
|
|
|
|
|
### Return type: [TestVectorString](../types/TestVectorString.md)
|
|
|