mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 00:26:57 +01:00
23 lines
619 B
Markdown
23 lines
619 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](../constructors/testString.md) | Yes|Vector of objects to return|
|
|
|
|
|
|
### Return type: [TestVectorStringObject](../types/TestVectorStringObject.md)
|
|
|