MadelineProto/docs/TD_docs/constructors/testVectorIntObject.md

23 lines
575 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: testVectorIntObject
description: Tests only. A simple object containing just a vector of objects containing a number
---
## Constructor: testVectorIntObject
[Back to constructors index](index.md)
Tests only. A simple object containing just a vector of objects containing a number
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|value|Array of [testInt](../constructors/testInt.md) | Yes|The vector of objects|
### Type: [TestVectorIntObject](../types/TestVectorIntObject.md)