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