1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 06:51:12 +01:00

364 B

title description
vector Array

Constructor: vector

Back to constructors index

Array

Type: [Vector t](../types/Vector t.md)

Example:

$vector = ['_' => 'vector'];

PWRTelegram json-encoded version:

{"_": "vector"}

Or, if you're into Lua:

vector={_='vector'}