43 lines
615 B
Markdown
43 lines
615 B
Markdown
---
|
|
title: test.bytes
|
|
description: test_bytes attributes, type and example
|
|
---
|
|
## Constructor: test.bytes
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|value|[bytes](../types/bytes.md) | Yes|
|
|
|
|
|
|
|
|
### Type: [test\_Bytes](../types/test_Bytes.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$test_bytes = ['_' => 'test.bytes', 'value' => 'bytes'];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_": "test.bytes", "value": "bytes"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
test_bytes={_='test.bytes', value='bytes'}
|
|
|
|
```
|
|
|
|
|