MadelineProtoDocs/template/bytes.md

14 lines
259 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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";
```