MadelineProto/docs/TD_docs/methods/testCallVectorIntObject.md

23 lines
614 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: testCallVectorIntObject
description: Test request. Returns back received vector of objects containing a number
---
## 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:
2017-08-25 15:05:53 +02:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|x|Array of [CLICK ME testInt](../constructors/testInt.md) | Yes|Vector of objects to return|
2017-08-25 15:05:53 +02:00
### Return type: [TestVectorIntObject](../types/TestVectorIntObject.md)