mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 15:26:54 +01:00
23 lines
553 B
Markdown
23 lines
553 B
Markdown
---
|
|
title: testCallVectorString
|
|
description: Test request. Returns back received vector of strings
|
|
---
|
|
## 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 [CLICK ME string](../types/string.md) | Yes|Vector of strings to return|
|
|
|
|
|
|
### Return type: [TestVectorString](../types/TestVectorString.md)
|
|
|