mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 02:26:55 +01:00
23 lines
503 B
Markdown
23 lines
503 B
Markdown
|
---
|
||
|
title: testVectorInt
|
||
|
description: Tests only. A simple object containing just a vector of numbers
|
||
|
---
|
||
|
## Constructor: testVectorInt
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Tests only. A simple object containing just a vector of numbers
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|value|Array of [int](../constructors/int.md) | Yes|The vector of numbers|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [TestVectorInt](../types/TestVectorInt.md)
|
||
|
|
||
|
|