This commit is contained in:
Daniil Gentili 2020-02-26 18:12:26 +01:00
parent a17ccba895
commit 3b740a4ade
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
40 changed files with 196 additions and 40 deletions

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -439,4 +439,4 @@ The settings array can be accessed and modified in the instantiated class by acc
$MadelineProto->settings['updates']['handle_updates'] = true; // reenable update fetching
```
<a href="https://docs.madelineproto.xyz/docs/SELF.html">Next section</a>
<a href="https://docs.madelineproto.xyz/docs/SELF.html">Next section</a>

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```

View File

@ -6,7 +6,11 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
## Type: bytes
[Back to constructor index](index.md)
An object of type `\danog\MadelineProto\TL\Types\Bytes`.
```php
$bytes = "simple string of bytes";
```
Internally, an object of type `\danog\MadelineProto\TL\Types\Bytes`.
When casted to string, turns into a string of bytes of variable length, with length smaller than or equal to 16777215.
When JSON-serialized, turns into an array of the following format:
```