MadelineProtoDocs/docs/TD_docs/methods/testCallVectorInt.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
599 B
Markdown

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