MadelineProto/docs/TD_docs/methods/testCallVectorInt.md

23 lines
526 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: testCallVectorInt
description: Test request. Returns back received vector of numbers
---
## Method: testCallVectorInt
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Test request. Returns back received vector of numbers
### Parameters:
2017-08-25 15:05:53 +02:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2018-03-27 14:41:50 +02:00
|x|Array of [int](../types/int.md) | Yes|Vector of numbers to return|
2017-08-25 15:05:53 +02:00
### Return type: [TestVectorInt](../types/TestVectorInt.md)