MadelineProtoDocs/template/bytes.md
2024-05-01 14:53:46 +02:00

14 lines
259 B
Markdown

---
title: bytes
description: A string of variable length
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
## Type: bytes
[Back to constructor index](index.html)
```php
$bytes = "simple string of bytes";
```