jsonArray
JSON array
type tg.JSONArray struct { /* ... */ }
Implements JSONValue.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Value | []JSONValueClass | yes | JSON values |
References
- Official documentation
- Generated Go reference
- TL definition:
jsonArray#f7444763