24 lines
619 B
Markdown
24 lines
619 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 | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|x|Array of [string](../types/string.md) | Vector of strings to return | Yes|
|
|
|
|
|
|
### Return type: [TestVectorString](../types/TestVectorString.md)
|
|
|