mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-26 20:35:03 +01:00
14 lines
259 B
Markdown
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";
|
||
|
```
|
||
|
|