MadelineProto/docs/API_docs/constructors/vector.md

20 lines
238 B
Markdown
Raw Normal View History

2016-12-20 13:15:22 +01:00
---
title: vector
2016-12-20 13:32:11 +01:00
description: vector attributes, type and example
2016-12-20 13:15:22 +01:00
---
## Constructor: vector
2016-12-20 13:15:22 +01:00
[Back to constructors index](index.md)
2016-12-19 18:56:05 +01:00
### Type: [Vector t](../types/Vector t.md)
### Example:
```
2016-12-30 21:21:36 +01:00
$vector = ['_' => 'vector', ];
```