Remove spurious lines

This commit is contained in:
Daniil Gentili 2020-10-15 20:25:09 +02:00
parent 1d6a61c4ce
commit 09e2082554
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
199 changed files with 28 additions and 5284 deletions

File diff suppressed because it is too large Load Diff

View File

@ -41,8 +41,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetGet(mixed $offset): \Amp\Promise`
@ -58,40 +56,30 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getTrace(): array`
Get current stack trace for running coroutine.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getFrame(): array`
Get current execution frame.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `jsonSerialize(): string`
Obtain.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `onResolve()`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -40,8 +40,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset(string|int $key): \Amp\Promise`
@ -61,8 +59,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetGet(string|int $index): \Amp\Promise`
@ -83,8 +79,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string|int $index, mixed $value): void`
@ -105,8 +99,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string|int $index): \Amp\Promise`
@ -122,8 +114,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Amp\Promise<int>`
@ -135,16 +125,12 @@ Count number of elements.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getIterator()`
Get iterator.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getInstance(string $table, null|\danog\MadelineProto\Db\DbType|array $value, \danog\MadelineProto\Settings\DatabaseAbstract $settings): \Amp\Promise<self>`
@ -163,8 +149,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -39,8 +39,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -39,8 +39,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -44,8 +44,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -40,8 +40,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset(string|int $key): \Amp\Promise`
@ -61,8 +59,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetGet(string|int $index): \Amp\Promise`
@ -83,8 +79,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string|int $index, mixed $value): void`
@ -105,8 +99,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string|int $index): \Amp\Promise`
@ -122,8 +114,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Amp\Promise<int>`
@ -135,16 +125,12 @@ Count number of elements.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getIterator()`
Get iterator.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getInstance(string $table, null|\danog\MadelineProto\Db\DbType|array $value, \danog\MadelineProto\Settings\DatabaseAbstract $settings): \Amp\Promise<self>`
@ -163,8 +149,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -41,8 +41,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -35,8 +35,6 @@ Initialize on startup.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset( $key): \Promise<bool> true if the offset exists, otherwise false`
@ -49,8 +47,6 @@ Parameters:
Return value: true if the offset exists, otherwise false
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string|int $index, $value)`
@ -64,8 +60,6 @@ The index to set for.
* `$value`: ``
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string|int $index): \Amp\Promise`
@ -83,8 +77,6 @@ The offset to unset.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Promise<int> The number of elements or public properties in the associated
array or object, respectively.`
@ -95,8 +87,6 @@ Count elements.
Return value: The number of elements or public properties in the associated
array or object, respectively.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `initConnection(\danog\MadelineProto\Settings\Database\Mysql $settings): \Generator`
@ -113,8 +103,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getInstance(string $table, \danog\MadelineProto\Db\DbArray|array|null $value, \danog\MadelineProto\Settings\Database\DatabaseAbstract $settings): \Amp\Promise`
@ -138,8 +126,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -36,8 +36,6 @@ Initialize on startup.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `initConnection(\danog\MadelineProto\Settings\Database\Postgres $settings): \Generator`
@ -54,8 +52,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string $index, $value)`
@ -69,8 +65,6 @@ The index to set for.
* `$value`: ``
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset( $key): \Promise<bool> true if the offset exists, otherwise false`
@ -83,8 +77,6 @@ Parameters:
Return value: true if the offset exists, otherwise false
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string $index): \Amp\Promise`
@ -102,8 +94,6 @@ The offset to unset.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getArrayCopy(): \Amp\Promise<array>`
@ -115,8 +105,6 @@ Get array copy.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Promise<int> The number of elements or public properties in the associated
array or object, respectively.`
@ -127,8 +115,6 @@ Count elements.
Return value: The number of elements or public properties in the associated
array or object, respectively.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getInstance(string $table, \danog\MadelineProto\Db\DbArray|array|null $value, \danog\MadelineProto\Settings\Database\DatabaseAbstract $settings): \Amp\Promise`
@ -152,8 +138,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -36,8 +36,6 @@ Initialize on startup.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `initConnection(\danog\MadelineProto\Settings\Database\Redis $settings): \Generator`
@ -54,8 +52,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string $index, $value)`
@ -69,8 +65,6 @@ The index to set for.
* `$value`: ``
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset( $key): \Promise<bool> true if the offset exists, otherwise false`
@ -83,8 +77,6 @@ Parameters:
Return value: true if the offset exists, otherwise false
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string $index): \Amp\Promise`
@ -102,8 +94,6 @@ The offset to unset.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getArrayCopy(): \Amp\Promise<array>`
@ -115,8 +105,6 @@ Get array copy.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Promise<int> The number of elements or public properties in the associated
array or object, respectively.`
@ -127,8 +115,6 @@ Count elements.
Return value: The number of elements or public properties in the associated
array or object, respectively.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getInstance(string $table, \danog\MadelineProto\Db\DbArray|array|null $value, \danog\MadelineProto\Settings\Database\DatabaseAbstract $settings): \Amp\Promise`
@ -152,8 +138,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -47,8 +47,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getArrayCopy(): \Amp\Promise`
@ -65,8 +63,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset(string|int $key): \Amp\Promise`
@ -86,8 +82,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetGet(string|int $index): \Amp\Promise`
@ -108,8 +102,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string|int $index, mixed $value): void`
@ -130,8 +122,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string|int $index): \Amp\Promise`
@ -147,8 +137,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Amp\Promise<int>`
@ -160,16 +148,12 @@ Count number of elements.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getIterator()`
Get iterator.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

File diff suppressed because it is too large Load Diff

View File

@ -33,24 +33,18 @@ Parameters:
* `$extensionName`: `string` Extension name
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `exceptionErrorHandler(): false`
ExceptionErrorHandler.
Error handler
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `exceptionHandler(): void`
ExceptionErrorHandler.
Error handler
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `updateTLTrace(array $trace): void`
@ -61,16 +55,12 @@ Parameters:
* `$trace`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getTLTrace(): string`
Get TL trace.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setTLTrace(string $tlTrace): void`
@ -81,8 +71,6 @@ Parameters:
* `$tlTrace`: `string` TL trace
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `prettifyTL(string $init, array $trace): void`
@ -94,8 +82,6 @@ Parameters:
* `$trace`: `array` Async trace
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -23,8 +23,6 @@ File callback interface.
Get file.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -23,8 +23,6 @@ File callback interface.
Get file.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -57,8 +57,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `log(mixed $param, int $level): void`
@ -70,8 +68,6 @@ Parameters:
* `$level`: `int` Logging level
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `logger(mixed $param, int $level, string $file): void`
@ -84,8 +80,6 @@ Parameters:
* `$file`: `string` File that originated the message
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getPsrLogger(): \Psr\Log\LoggerInterface`
@ -97,8 +91,6 @@ Get PSR logger.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -28,8 +28,6 @@ Lua interface.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

File diff suppressed because it is too large Load Diff

View File

@ -36,8 +36,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `remove(int $channel): void`
@ -48,8 +46,6 @@ Parameters:
* `$channel`: `int` Channel whose state should be removed
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `has(int $channel): bool`
@ -60,8 +56,6 @@ Parameters:
* `$channel`: `int` Channel ID
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `syncLoading(int $channel, bool|null $set): bool`
@ -73,8 +67,6 @@ Parameters:
* `$set`: `bool|null` Busy flag to set before returning
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -34,16 +34,12 @@ Parameters:
* `$messageMedia`: `array` Media info
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getCodeExplanation(): string`
Get explanation for HTTP code.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `shouldServe(): \bool Whether to serve file`
@ -52,8 +48,6 @@ Whether to serve file.
Return value: Whether to serve file
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getServeRange(): \array HTTP serving range`
@ -62,8 +56,6 @@ Get serving range.
Return value: HTTP serving range
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getCode(): \int HTTP response code`
@ -72,8 +64,6 @@ Get HTTP response code.
Return value: HTTP response code
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getHeaders(): \array Header array`
@ -82,8 +72,6 @@ Get header array.
Return value: Header array
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -39,8 +39,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `completeLogin(string $password): \Generator`
@ -56,16 +54,12 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `loggedIn(): bool`
Whether we are logged in.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasApp(): \Generator`
@ -77,8 +71,6 @@ Check if an app was already created.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getApp(): \Generator`
@ -90,8 +82,6 @@ Get the currently created app.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `createApp(array $settings): \Generator`
@ -107,8 +97,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `async(bool $async): void`
@ -119,8 +107,6 @@ Parameters:
* `$async`: `bool` Async
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `loop(callable $callable): mixed`
@ -131,8 +117,6 @@ Parameters:
* `$callable`: `callable` Callable
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -30,16 +30,12 @@ Parameters:
* `$trace`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getTLTrace(): string`
Get TL trace.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setTLTrace(string $tlTrace): void`
@ -50,8 +46,6 @@ Parameters:
* `$tlTrace`: `string` TL trace
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `prettifyTL(string $init, array $trace): void`
@ -63,8 +57,6 @@ Parameters:
* `$trace`: `array` Async trace
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -37,8 +37,6 @@ Parameters:
* `$context`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `emergency(string $message, array $context): void`
@ -50,8 +48,6 @@ Parameters:
* `$context`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `alert(string $message, array $context): void`
@ -64,8 +60,6 @@ Parameters:
* `$context`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `critical(string $message, array $context): void`
@ -77,8 +71,6 @@ Parameters:
* `$context`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `error(string $message, array $context): void`
@ -91,8 +83,6 @@ Parameters:
* `$context`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `warning(string $message, array $context): void`
@ -105,8 +95,6 @@ Parameters:
* `$context`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `notice(string $message, array $context): void`
@ -118,8 +106,6 @@ Parameters:
* `$context`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `info(string $message, array $context): void`
@ -131,8 +117,6 @@ Parameters:
* `$context`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `debug(string $message, array $context): void`
@ -144,8 +128,6 @@ Parameters:
* `$context`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -28,8 +28,6 @@ Indicates an error returned by Telegram's API.
Get localized error name.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setLocalization(string $localization): void`
@ -40,8 +38,6 @@ Parameters:
* `$localization`: `string`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `updateTLTrace(array $trace): void`
@ -52,16 +48,12 @@ Parameters:
* `$trace`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getTLTrace(): string`
Get TL trace.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setTLTrace(string $tlTrace): void`
@ -72,8 +64,6 @@ Parameters:
* `$tlTrace`: `string` TL trace
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `prettifyTL(string $init, array $trace): void`
@ -85,8 +75,6 @@ Parameters:
* `$trace`: `array` Async trace
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -64,24 +64,18 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDefaultDc(): int`
Get default DC ID.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDefaultDcParams(): array`
Get default DC params.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setDefaultDc(int $dc): self`
@ -92,8 +86,6 @@ Parameters:
* `$dc`: `int` DC ID
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getAppInfo(): \danog\MadelineProto\Settings\AppInfo`
@ -105,8 +97,6 @@ Get app information.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setAppInfo(\danog\MadelineProto\Settings\AppInfo $appInfo): self`
@ -122,8 +112,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getAuth(): \danog\MadelineProto\Settings\Auth`
@ -135,8 +123,6 @@ Get cryptography settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setAuth(\danog\MadelineProto\Settings\Auth $auth): self`
@ -152,8 +138,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getConnection(): \danog\MadelineProto\Settings\Connection`
@ -165,8 +149,6 @@ Get connection settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setConnection(\danog\MadelineProto\Settings\Connection $connection): self`
@ -182,8 +164,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getFiles(): \danog\MadelineProto\Settings\Files`
@ -195,8 +175,6 @@ Get file management settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setFiles(\danog\MadelineProto\Settings\Files $files): self`
@ -212,8 +190,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getLogger(): \danog\MadelineProto\Settings\Logger`
@ -225,8 +201,6 @@ Get logger settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setLogger(\danog\MadelineProto\Settings\Logger $logger): self`
@ -242,8 +216,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getPeer(): \danog\MadelineProto\Settings\Peer`
@ -255,8 +227,6 @@ Get peer database settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setPeer(\danog\MadelineProto\Settings\Peer $peer): self`
@ -272,8 +242,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getPwr(): \danog\MadelineProto\Settings\Pwr`
@ -285,8 +253,6 @@ Get PWRTelegram settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setPwr(\danog\MadelineProto\Settings\Pwr $pwr): self`
@ -302,8 +268,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getRpc(): \danog\MadelineProto\Settings\RPC`
@ -315,8 +279,6 @@ Get RPC settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setRpc(\danog\MadelineProto\Settings\RPC $rpc): self`
@ -332,8 +294,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getSecretChats(): \danog\MadelineProto\Settings\SecretChats`
@ -345,8 +305,6 @@ Get secret chat settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setSecretChats(\danog\MadelineProto\Settings\SecretChats $secretChats): self`
@ -362,8 +320,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getSerialization(): \danog\MadelineProto\Settings\Serialization`
@ -375,8 +331,6 @@ Get serialization settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setSerialization(\danog\MadelineProto\Settings\Serialization $serialization): self`
@ -392,8 +346,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getSchema(): \danog\MadelineProto\Settings\TLSchema`
@ -405,8 +357,6 @@ Get TL schema settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setSchema(\danog\MadelineProto\Settings\TLSchema $schema): self`
@ -422,8 +372,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDb(): \danog\MadelineProto\Settings\DatabaseAbstract`
@ -435,8 +383,6 @@ Get database settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setDb(\danog\MadelineProto\Settings\DatabaseAbstract $db): self`
@ -452,8 +398,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getIpc(): \danog\MadelineProto\Settings\Ipc`
@ -465,8 +409,6 @@ Get IPC server settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setIpc(\danog\MadelineProto\Settings\Ipc $ipc): self`
@ -482,8 +424,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getTemplates(): \danog\MadelineProto\Settings\Templates`
@ -495,8 +435,6 @@ Get template settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setTemplates(\danog\MadelineProto\Settings\Templates $templates): self`
@ -512,16 +450,12 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -38,16 +38,12 @@ App information.
Check if the settings have API ID/hash information.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getApiId(): int`
Get API ID.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setApiId(int $apiId): self`
@ -58,16 +54,12 @@ Parameters:
* `$apiId`: `int` API ID.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getApiHash(): string`
Get API hash.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setApiHash(string $apiHash): self`
@ -78,16 +70,12 @@ Parameters:
* `$apiHash`: `string` API hash.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDeviceModel(): string`
Get device model.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setDeviceModel(string $deviceModel): self`
@ -98,16 +86,12 @@ Parameters:
* `$deviceModel`: `string` Device model.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getSystemVersion(): string`
Get system version.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setSystemVersion(string $systemVersion): self`
@ -118,16 +102,12 @@ Parameters:
* `$systemVersion`: `string` System version.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getAppVersion(): string`
Get app version.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setAppVersion(string $appVersion): self`
@ -138,16 +118,12 @@ Parameters:
* `$appVersion`: `string` App version.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getLangCode(): string`
Get language code.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setLangCode(string $langCode): self`
@ -158,16 +134,12 @@ Parameters:
* `$langCode`: `string` Language code.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getLangPack(): string`
Get language pack.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setLangPack(string $langPack): self`
@ -178,16 +150,12 @@ Parameters:
* `$langPack`: `string` Language pack.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -31,8 +31,6 @@ Cryptography settings.
Get MTProto public keys array.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setRsaKeys(array $rsaKeys): self`
@ -43,16 +41,12 @@ Parameters:
* `$rsaKeys`: `array` MTProto public keys array.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDefaultTempAuthKeyExpiresIn(): int`
Get validity period of the binding of temporary and permanent keys.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setDefaultTempAuthKeyExpiresIn(int $defaultTempAuthKeyExpiresIn): self`
@ -63,16 +57,12 @@ Parameters:
* `$defaultTempAuthKeyExpiresIn`: `int` Validity period of the binding of temporary and permanent keys.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getPfs(): bool`
Get whether to use PFS.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setPfs(bool $pfs): self`
@ -83,16 +73,12 @@ Parameters:
* `$pfs`: `bool` Whether to use PFS
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMaxAuthTries(): int`
Get max tries for generating auth key.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setMaxAuthTries(int $maxAuthTries): self`
@ -103,16 +89,12 @@ Parameters:
* `$maxAuthTries`: `int` Max tries for generating auth key
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -57,8 +57,6 @@ Connection settings.
Get protocol identifier.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setProtocol(class-string<\danog\MadelineProto\Stream\MTProtoBufferInterface> $protocol): self`
@ -74,16 +72,12 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getIpv6(): bool`
Get whether to use ipv6.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setIpv6(bool $ipv6): self`
@ -94,16 +88,12 @@ Parameters:
* `$ipv6`: `bool` Whether to use ipv6
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getSslSubdomains(): array`
Get subdomains of web.telegram.org for https protocol.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setSslSubdomains(array $sslSubdomains): self`
@ -114,16 +104,12 @@ Parameters:
* `$sslSubdomains`: `array` Subdomains of web.telegram.org for https protocol.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMinMediaSocketCount(): int`
Get minimum media socket count.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setMinMediaSocketCount(int $minMediaSocketCount): self`
@ -134,16 +120,12 @@ Parameters:
* `$minMediaSocketCount`: `int` Minimum media socket count.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMaxMediaSocketCount(): int`
Get maximum media socket count.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setMaxMediaSocketCount(int $maxMediaSocketCount): self`
@ -154,16 +136,12 @@ Parameters:
* `$maxMediaSocketCount`: `int` Maximum media socket count.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getRobinPeriod(): int`
Get robin period (seconds).
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setRobinPeriod(int $robinPeriod): self`
@ -174,24 +152,18 @@ Parameters:
* `$robinPeriod`: `int` Robin period (seconds).
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDefaultDc(): int`
Get default DC ID.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDefaultDcParams(): array`
Get default DC params.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setDefaultDc(int $defaultDc): self`
@ -202,8 +174,6 @@ Parameters:
* `$defaultDc`: `int` Default DC ID.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getProxies(): array`
@ -219,8 +189,6 @@ array<class-string<\danog\MadelineProto\Stream\StreamInterface>, array>
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `addProxy(class-string<\danog\MadelineProto\Stream\StreamInterface> $proxy, array $extra): self`
@ -237,8 +205,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setProxy(array $proxies): self`
@ -249,16 +215,12 @@ Parameters:
* `$proxies`: `array` Proxies
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `clearProxies(): self`
Clear proxies.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `removeProxy(string $proxy, array $extra): self`
@ -270,16 +232,12 @@ Parameters:
* `$extra`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getObfuscated(): bool`
Get whether to use the obfuscated protocol.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setObfuscated(bool $obfuscated): self`
@ -290,16 +248,12 @@ Parameters:
* `$obfuscated`: `bool` Whether to use the obfuscated protocol.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getTestMode(): bool`
Get whether we're in test mode.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setTestMode(bool $testMode): self`
@ -310,8 +264,6 @@ Parameters:
* `$testMode`: `bool` Whether we're in test mode.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getTransport(): class-string<\danog\MadelineProto\Stream\RawStreamInterface>`
@ -323,8 +275,6 @@ Get transport identifier.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setTransport(class-string<\danog\MadelineProto\Stream\RawStreamInterface> $transport): self`
@ -340,16 +290,12 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getRetry(): bool`
Get whether to retry connection.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setRetry(bool $retry): self`
@ -360,16 +306,12 @@ Parameters:
* `$retry`: `bool` Whether to retry connection.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getTimeout(): int`
Get connection timeout.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setTimeout(int $timeout): self`
@ -380,16 +322,12 @@ Parameters:
* `$timeout`: `int` Connection timeout.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getUseDoH(): bool`
Get whether to use DNS over HTTPS.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setUseDoH(bool $useDoH): self`
@ -400,16 +338,12 @@ Parameters:
* `$useDoH`: `bool` Whether to use DNS over HTTPS
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getBindTo(): ?string`
Get bind on specific address and port.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setBindTo(?string $bindTo): self`
@ -420,16 +354,12 @@ Parameters:
* `$bindTo`: `?string` Bind on specific address and port.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -32,16 +32,12 @@ Base class for database backends.
Get DB key.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getCacheTtl(): int`
Get for how long to keep records in memory after last read, for cached backends.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setCacheTtl(int|string $cacheTtl): self`
@ -52,16 +48,12 @@ Parameters:
* `$cacheTtl`: `int|string` For how long to keep records in memory after last read, for cached backends.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getPassword(): string`
Get password.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setPassword(string $password): self`
@ -72,24 +64,18 @@ Parameters:
* `$password`: `string` Password.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDatabase(): string|int`
Get database name/ID.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getUri(): string`
Get database URI.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setDatabase(int|string $database): self`
@ -100,8 +86,6 @@ Parameters:
* `$database`: `int|string`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setUri(string $uri): self`
@ -112,16 +96,12 @@ Parameters:
* `$uri`: `string`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -25,8 +25,6 @@ Memory backend settings.
Get whether to cleanup the memory before serializing.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setCleanup(bool $cleanup): self`
@ -37,16 +35,12 @@ Parameters:
* `$cleanup`: `bool` Whether to cleanup the memory before serializing.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -38,8 +38,6 @@ MySQL backend settings.
Get maximum connection limit.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setMaxConnections(int $maxConnections): self`
@ -50,16 +48,12 @@ Parameters:
* `$maxConnections`: `int` Maximum connection limit.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getIdleTimeout(): int`
Get idle timeout.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setIdleTimeout(int $idleTimeout): self`
@ -70,16 +64,12 @@ Parameters:
* `$idleTimeout`: `int` Idle timeout.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDatabase(): string`
Get database name.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setDatabase(string $database): self`
@ -90,16 +80,12 @@ Parameters:
* `$database`: `string` Database name.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getUsername(): string`
Get username.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setUsername(string $username): self`
@ -110,16 +96,12 @@ Parameters:
* `$username`: `string` Username.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getUri(): string`
Get database URI.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setUri(string $uri): self`
@ -130,24 +112,18 @@ Parameters:
* `$uri`: `string` Database URI.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getKey(): string`
Get DB key.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getCacheTtl(): int`
Get for how long to keep records in memory after last read, for cached backends.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setCacheTtl(int|string $cacheTtl): self`
@ -158,16 +134,12 @@ Parameters:
* `$cacheTtl`: `int|string` For how long to keep records in memory after last read, for cached backends.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getPassword(): string`
Get password.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setPassword(string $password): self`
@ -178,16 +150,12 @@ Parameters:
* `$password`: `string` Password.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -38,8 +38,6 @@ Postgres backend settings.
Get maximum connection limit.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setMaxConnections(int $maxConnections): self`
@ -50,16 +48,12 @@ Parameters:
* `$maxConnections`: `int` Maximum connection limit.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getIdleTimeout(): int`
Get idle timeout.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setIdleTimeout(int $idleTimeout): self`
@ -70,16 +64,12 @@ Parameters:
* `$idleTimeout`: `int` Idle timeout.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDatabase(): string`
Get database name.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setDatabase(string $database): self`
@ -90,16 +80,12 @@ Parameters:
* `$database`: `string` Database name.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getUsername(): string`
Get username.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setUsername(string $username): self`
@ -110,16 +96,12 @@ Parameters:
* `$username`: `string` Username.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getUri(): string`
Get database URI.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setUri(string $uri): self`
@ -130,24 +112,18 @@ Parameters:
* `$uri`: `string` Database URI.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getKey(): string`
Get DB key.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getCacheTtl(): int`
Get for how long to keep records in memory after last read, for cached backends.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setCacheTtl(int|string $cacheTtl): self`
@ -158,16 +134,12 @@ Parameters:
* `$cacheTtl`: `int|string` For how long to keep records in memory after last read, for cached backends.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getPassword(): string`
Get password.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setPassword(string $password): self`
@ -178,16 +150,12 @@ Parameters:
* `$password`: `string` Password.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -32,8 +32,6 @@ Redis backend settings.
Get database number.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setDatabase(int $database): self`
@ -44,16 +42,12 @@ Parameters:
* `$database`: `int` Database number.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getUri(): string`
Get database URI.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setUri(string $uri): self`
@ -64,24 +58,18 @@ Parameters:
* `$uri`: `string` Database URI.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getKey(): string`
Get DB key.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getCacheTtl(): int`
Get for how long to keep records in memory after last read, for cached backends.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setCacheTtl(int|string $cacheTtl): self`
@ -92,16 +80,12 @@ Parameters:
* `$cacheTtl`: `int|string` For how long to keep records in memory after last read, for cached backends.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getPassword(): string`
Get password.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setPassword(string $password): self`
@ -112,16 +96,12 @@ Parameters:
* `$password`: `string` Password.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -38,8 +38,6 @@ Generic db backend settings.
Get maximum connection limit.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setMaxConnections(int $maxConnections): self`
@ -50,16 +48,12 @@ Parameters:
* `$maxConnections`: `int` Maximum connection limit.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getIdleTimeout(): int`
Get idle timeout.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setIdleTimeout(int $idleTimeout): self`
@ -70,16 +64,12 @@ Parameters:
* `$idleTimeout`: `int` Idle timeout.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDatabase(): string`
Get database name.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setDatabase(string $database): self`
@ -90,16 +80,12 @@ Parameters:
* `$database`: `string` Database name.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getUsername(): string`
Get username.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setUsername(string $username): self`
@ -110,16 +96,12 @@ Parameters:
* `$username`: `string` Username.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getUri(): string`
Get database URI.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setUri(string $uri): self`
@ -130,24 +112,18 @@ Parameters:
* `$uri`: `string` Database URI.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getKey(): string`
Get DB key.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getCacheTtl(): int`
Get for how long to keep records in memory after last read, for cached backends.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setCacheTtl(int|string $cacheTtl): self`
@ -158,16 +134,12 @@ Parameters:
* `$cacheTtl`: `int|string` For how long to keep records in memory after last read, for cached backends.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getPassword(): string`
Get password.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setPassword(string $password): self`
@ -178,16 +150,12 @@ Parameters:
* `$password`: `string` Password.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -23,8 +23,6 @@ Base class for storage backends.
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -31,8 +31,6 @@ File management settings.
Get allow automatic upload of files from file paths present in constructors?
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setAllowAutomaticUpload(bool $allowAutomaticUpload): self`
@ -43,16 +41,12 @@ Parameters:
* `$allowAutomaticUpload`: `bool` Allow automatic upload of files from file paths present in constructors?
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getUploadParallelChunks(): int`
Get upload parallel chunk count.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setUploadParallelChunks(int $uploadParallelChunks): self`
@ -63,16 +57,12 @@ Parameters:
* `$uploadParallelChunks`: `int` Upload parallel chunk count
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDownloadParallelChunks(): int`
Get download parallel chunk count.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setDownloadParallelChunks(int $downloadParallelChunks): self`
@ -83,16 +73,12 @@ Parameters:
* `$downloadParallelChunks`: `int` Download parallel chunk count
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getReportBrokenMedia(): bool`
Get whether to report undownloadable media to TSF.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setReportBrokenMedia(bool $reportBrokenMedia): self`
@ -103,16 +89,12 @@ Parameters:
* `$reportBrokenMedia`: `bool` Whether to report undownloadable media to TSF
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -25,8 +25,6 @@ IPC server settings.
Get WARNING: this will cause slow startup if enabled.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setSlow(bool $slow): self`
@ -37,16 +35,12 @@ Parameters:
* `$slow`: `bool` WARNING: this will cause slow startup if enabled.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -31,24 +31,18 @@ Logger settings.
Get $type Logger type.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setType(): self`
Set $type Logger type.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getExtra(): null|callable|string`
Get extra parameter for logger.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setExtra(null|callable|string $extra): self`
@ -59,32 +53,24 @@ Parameters:
* `$extra`: `null|callable|string` Extra parameter for logger.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getLevel()`
Get logging level.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setLevel(): self`
Set logging level.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMaxSize(): int`
Get maximum filesize for logger, in case of file logging.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setMaxSize(int $maxSize): self`
@ -95,16 +81,12 @@ Parameters:
* `$maxSize`: `int` Maximum filesize for logger, in case of file logging.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -29,8 +29,6 @@ Peer database settings.
Get cache time for full peer information (seconds).
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setFullInfoCacheTime(int $fullInfoCacheTime): self`
@ -41,16 +39,12 @@ Parameters:
* `$fullInfoCacheTime`: `int` Cache time for full peer information (seconds).
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getFullFetch(): bool`
Get should madeline fetch the full member list of every group it meets?
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setFullFetch(bool $fullFetch): self`
@ -61,16 +55,12 @@ Parameters:
* `$fullFetch`: `bool` Should madeline fetch the full member list of every group it meets?
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getCacheAllPeersOnStartup(): bool`
Get whether to cache all peers on startup for userbots.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setCacheAllPeersOnStartup(bool $cacheAllPeersOnStartup): self`
@ -81,16 +71,12 @@ Parameters:
* `$cacheAllPeersOnStartup`: `bool` Whether to cache all peers on startup for userbots.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -27,8 +27,6 @@ PWRTelegram settings.
Get whether to try resolving usernames using PWRTelegram DB.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setRequests(bool $requests): self`
@ -39,16 +37,12 @@ Parameters:
* `$requests`: `bool` Whether to try resolving usernames using PWRTelegram DB.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDbToken(): string`
Get DB token.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setDbToken(string $dbToken): self`
@ -59,16 +53,12 @@ Parameters:
* `$dbToken`: `string` DB token.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -35,8 +35,6 @@ RPC settings.
Get RPC timeout.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setRpcTimeout(int $rpcTimeout): self`
@ -47,16 +45,12 @@ Parameters:
* `$rpcTimeout`: `int` RPC timeout.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getFloodTimeout(): int`
Get flood timeout: if FLOOD_WAIT_ time is bigger than this, throw exception instead of waiting asynchronously.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setFloodTimeout(int $floodTimeout): self`
@ -67,16 +61,12 @@ Parameters:
* `$floodTimeout`: `int` Flood timeout: if FLOOD_WAIT_ time is bigger than this, throw exception instead of waiting asynchronously
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getLimitIncoming(): int`
Get maximum number of messages to be stored in the incoming queue.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setLimitIncoming(int $limitIncoming): self`
@ -87,16 +77,12 @@ Parameters:
* `$limitIncoming`: `int` Maximum number of messages to be stored in the incoming queue
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getLimitOutgoing(): int`
Get maximum number of messages to be stored in the outgoing queue.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setLimitOutgoing(int $limitOutgoing): self`
@ -107,16 +93,12 @@ Parameters:
* `$limitOutgoing`: `int` Maximum number of messages to be stored in the outgoing queue
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getLimitCallQueue(): int`
Get maximum number of messages to consider when using call queues.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setLimitCallQueue(int $limitCallQueue): self`
@ -127,16 +109,12 @@ Parameters:
* `$limitCallQueue`: `int` Maximum number of messages to consider when using call queues
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getGzipEncodeIfGt(): int`
Get encode payload with GZIP if bigger than.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setGzipEncodeIfGt(int $gzipEncodeIfGt): self`
@ -147,16 +125,12 @@ Parameters:
* `$gzipEncodeIfGt`: `int` Encode payload with GZIP if bigger than
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -25,8 +25,6 @@ Secret chat settings.
Get boolean or array of IDs.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setAccept(bool|int[] $accept): self`
@ -37,16 +35,12 @@ Parameters:
* `$accept`: `bool|int[]` Boolean or array of IDs
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -25,8 +25,6 @@ Serialization settings.
Get serialization interval, in seconds.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setInterval(int $interval): self`
@ -37,16 +35,12 @@ Parameters:
* `$interval`: `int` Serialization interval, in seconds.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -35,24 +35,18 @@ TL schema settings.
Returns whether the TL parser should re-parse the TL schemes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `upgrade(): void`
Signal that scheme was re-parsed.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getLayer(): int`
Get TL layer version.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setLayer(int $layer): self`
@ -63,16 +57,12 @@ Parameters:
* `$layer`: `int` TL layer version.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMTProtoSchema(): string`
Get MTProto schema path.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setMTProtoSchema(string $MTProtoSchema): self`
@ -83,16 +73,12 @@ Parameters:
* `$MTProtoSchema`: `string` MTProto schema path.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getAPISchema(): string`
Get API schema path.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setAPISchema(string $APISchema): self`
@ -103,16 +89,12 @@ Parameters:
* `$APISchema`: `string` API schema path.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getSecretSchema(): string`
Get secret schema path.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setSecretSchema(string $secretSchema): self`
@ -123,16 +105,12 @@ Parameters:
* `$secretSchema`: `string` Secret schema path.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getOther(): array`
Get the value of other.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setOther(array $other): self`
@ -143,16 +121,12 @@ Parameters:
* `$other`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -25,8 +25,6 @@ Web and CLI template settings for login.
Get web template used for querying app information.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setHtmlTemplate(string $htmlTemplate): self`
@ -37,16 +35,12 @@ Parameters:
* `$htmlTemplate`: `string` Web template used for querying app information.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasChanged(): bool`
Get whether this setting was changed, also applies changes.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -25,8 +25,6 @@ Class that controls script shutdown.
Function to be called on shutdown.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `addCallback(callable $callback, null|string $id): int|\string The callback ID`
@ -40,8 +38,6 @@ Parameters:
Return value: The callback ID
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `removeCallback(null|string|int $id): \bool true if the callback was removed correctly, false otherwise`
@ -54,8 +50,6 @@ Parameters:
Return value: true if the callback was removed correctly, false otherwise
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -36,8 +36,6 @@ Parameters:
* `$input`: `string` String
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `toSnakeCase(string $input): string`
@ -48,8 +46,6 @@ Parameters:
* `$input`: `string` String
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `markdownEscape(string $hwat): string`
@ -60,8 +56,6 @@ Parameters:
* `$hwat`: `string` String to escape
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `typeEscape(string $type): string`
@ -72,8 +66,6 @@ Parameters:
* `$type`: `string` String to escape
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `methodEscape(string $method): string`
@ -84,8 +76,6 @@ Parameters:
* `$method`: `string` Method name
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMimeFromExtension(string $extension, string $default): string`
@ -97,8 +87,6 @@ Parameters:
* `$default`: `string` Default mime type
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getExtensionFromMime(string $mime): string`
@ -109,8 +97,6 @@ Parameters:
* `$mime`: `string` MIME type
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getExtensionFromLocation(mixed $location, string $default): string`
@ -122,8 +108,6 @@ Parameters:
* `$default`: `string` Default extension
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMimeFromFile(string $file): string`
@ -134,8 +118,6 @@ Parameters:
* `$file`: `string` File
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMimeFromBuffer(string $buffer): string`
@ -146,8 +128,6 @@ Parameters:
* `$buffer`: `string` Buffer
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -30,16 +30,12 @@ Parameters:
* `$trace`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getTLTrace(): string`
Get TL trace.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setTLTrace(string $tlTrace): void`
@ -50,8 +46,6 @@ Parameters:
* `$tlTrace`: `string` TL trace
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `prettifyTL(string $init, array $trace): void`
@ -63,8 +57,6 @@ Parameters:
* `$trace`: `array` Async trace
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -32,8 +32,6 @@ Parameters:
* `$default`: `string` Default mime type
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getExtensionFromMime(string $mime): string`
@ -44,8 +42,6 @@ Parameters:
* `$mime`: `string` MIME type
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getExtensionFromLocation(mixed $location, string $default): string`
@ -57,8 +53,6 @@ Parameters:
* `$default`: `string` Default extension
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMimeFromFile(string $file): string`
@ -69,8 +63,6 @@ Parameters:
* `$file`: `string` File
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMimeFromBuffer(string $buffer): string`
@ -81,8 +73,6 @@ Parameters:
* `$buffer`: `string` Buffer
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -30,16 +30,12 @@ Parameters:
* `$trace`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getTLTrace(): string`
Get TL trace.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setTLTrace(string $tlTrace): void`
@ -50,8 +46,6 @@ Parameters:
* `$tlTrace`: `string` TL trace
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `prettifyTL(string $init, array $trace): void`
@ -63,8 +57,6 @@ Parameters:
* `$trace`: `array` Async trace
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -32,16 +32,12 @@ Parameters:
* `$donotwait`: `bool` Whether to wait for the result of the method
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `jsonSerialize(): array`
Serialize button.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet( $name, mixed $value): void`
@ -53,8 +49,6 @@ Parameters:
* `$value`: `mixed` Value
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetGet( $name): mixed`
@ -65,8 +59,6 @@ Parameters:
* `$name`: `` Field name
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset( $name): void`
@ -77,8 +69,6 @@ Parameters:
* `$name`: `` Offset
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetExists( $name): bool`
@ -89,8 +79,6 @@ Parameters:
* `$name`: `` Offset
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -27,8 +27,6 @@ Bytes wrapper.
Obtain values for JSON-encoding.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(int|null $offset, string $value): void`
@ -40,8 +38,6 @@ Parameters:
* `$value`: `string` Char
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetGet(int $offset): string`
@ -52,8 +48,6 @@ Parameters:
* `$offset`: `int` Name
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(int $offset): void`
@ -64,8 +58,6 @@ Parameters:
* `$offset`: `int` Offset
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetExists(int $offset): bool`
@ -76,8 +68,6 @@ Parameters:
* `$offset`: `int` Offset
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -95,8 +95,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `all((\Generator|\Promise)[] $promises): \Amp\Promise`
@ -114,8 +112,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `any((\Promise|\Generator)[] $promises): \Amp\Promise`
@ -133,8 +129,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `arr(mixed $params): array`
@ -145,8 +139,6 @@ Parameters:
* `$params`: `mixed` Params
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `base64urlDecode(string $data): string`
@ -157,8 +149,6 @@ Parameters:
* `$data`: `string` Data to decode
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `base64urlEncode(string $data): string`
@ -169,8 +159,6 @@ Parameters:
* `$data`: `string` Data to encode
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `botAPItoMTProto(array $parameters): \Amp\Promise`
@ -186,8 +174,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `call(\Generator|\Promise|mixed $promise): \Amp\Promise`
@ -214,8 +200,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `callFork(\Generator|\Promise $promise, ?\Generator|\Promise $actual, string $file): \Amp\Promise|mixed`
@ -235,8 +219,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `callForkDefer(\Generator|\Promise $promise): void`
@ -253,8 +235,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `connect(string $config): \Amp\Promise`
@ -270,8 +250,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `echo(string $string): \Amp\Promise`
@ -287,8 +265,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `end(array $what): mixed`
@ -299,8 +275,6 @@ Parameters:
* `$what`: `array` Array
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `first((\Promise|\Generator)[] $promises): \Amp\Promise`
@ -318,8 +292,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `flock(string $file, int $operation, float $polling, ?\Promise $token, ?callable $failureCb): \Amp\Promise<?callable>`
@ -341,8 +313,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `genVectorHash(array $ints): \int Vector hash`
@ -355,8 +325,6 @@ Parameters:
Return value: Vector hash
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getExtensionFromLocation(mixed $location, string $default): string`
@ -368,8 +336,6 @@ Parameters:
* `$default`: `string` Default extension
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getExtensionFromMime(string $mime): string`
@ -380,8 +346,6 @@ Parameters:
* `$mime`: `string` MIME type
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMethodNamespaces(): mixed`
@ -397,8 +361,6 @@ array|\Amp\Promise<array>
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMimeFromBuffer(string $buffer): string`
@ -409,8 +371,6 @@ Parameters:
* `$buffer`: `string` Buffer
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMimeFromExtension(string $extension, string $default): string`
@ -422,8 +382,6 @@ Parameters:
* `$default`: `string` Default mime type
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMimeFromFile(string $file): string`
@ -434,8 +392,6 @@ Parameters:
* `$file`: `string` File
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getVar(object $obj, string $var): mixed`
@ -447,8 +403,6 @@ Parameters:
* `$var`: `string` Attribute name
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasVar(object $obj, string $var): bool`
@ -460,8 +414,6 @@ Parameters:
* `$var`: `string` Attribute name
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `inflateStripped(string $stripped): \string JPG payload`
@ -474,16 +426,12 @@ Parameters:
Return value: JPG payload
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isAltervista(): bool`
Whether this is altervista.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isArrayOrAlike(mixed $var): bool`
@ -494,8 +442,6 @@ Parameters:
* `$var`: `mixed` Value to check
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `logger(string $param, int $level, string $file): mixed`
@ -517,8 +463,6 @@ void|\Amp\Promise<void>
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `loop(callable $func): \Amp\Promise`
@ -534,8 +478,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `markdownEscape(string $hwat): string`
@ -546,8 +488,6 @@ Parameters:
* `$hwat`: `string` String to escape
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `methodCall(string $methodName, array $args): \Amp\Promise`
@ -564,8 +504,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `methodEscape(string $method): string`
@ -576,8 +514,6 @@ Parameters:
* `$method`: `string` Method name
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `packDouble(float $value): string`
@ -588,8 +524,6 @@ Parameters:
* `$value`: `float` Value to convert
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `packSignedInt(int $value): string`
@ -600,8 +534,6 @@ Parameters:
* `$value`: `int` Value to convert
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `packSignedLong(int $value): string`
@ -612,8 +544,6 @@ Parameters:
* `$value`: `int` Value to convert
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `packUnsignedInt(int $value): string`
@ -624,8 +554,6 @@ Parameters:
* `$value`: `int` Value
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `posmod(int $a, int $b): \int Modulo`
@ -640,8 +568,6 @@ Parameters:
Return value: Modulo
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `random(int $length): \string Random string`
@ -654,8 +580,6 @@ Parameters:
Return value: Random string
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `randomInt(int $modulus): int`
@ -666,8 +590,6 @@ Parameters:
* `$modulus`: `int` Modulus
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `readLine(string $prompt): \Amp\Promise<string>`
@ -683,8 +605,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `rethrow(\Throwable $e, string $file): void`
@ -701,8 +621,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `rleDecode(string $string): string`
@ -713,8 +631,6 @@ Parameters:
* `$string`: `string` Data to decode
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `rleEncode(string $string): string`
@ -725,8 +641,6 @@ Parameters:
* `$string`: `string` Data to encode
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setVar(object $obj, string $var, mixed $val): void`
@ -739,8 +653,6 @@ Parameters:
* `$val`: `mixed` Attribute value
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `sleep(int|float $time): \Amp\Promise`
@ -756,8 +668,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `some((\Promise|\Generator)[] $promises): \Amp\Promise`
@ -775,8 +685,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `timeout(\Generator|\Promise $promise, int $timeout): \Amp\Promise`
@ -795,8 +703,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `timeoutWithDefault(\Promise|\Generator $promise, int $timeout, mixed $default): \Amp\Promise<\TReturn>|\Promise<\TReturnAlt>`
@ -829,8 +735,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `toCamelCase(string $input): string`
@ -841,8 +745,6 @@ Parameters:
* `$input`: `string` String
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `toSnakeCase(string $input): string`
@ -853,8 +755,6 @@ Parameters:
* `$input`: `string` String
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `typeEscape(string $type): string`
@ -865,8 +765,6 @@ Parameters:
* `$type`: `string` String to escape
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `unpackDouble(string $value): float`
@ -877,8 +775,6 @@ Parameters:
* `$value`: `string` Value to unpack
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `unpackSignedInt(string $value): int`
@ -889,8 +785,6 @@ Parameters:
* `$value`: `string` base256 int
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `unpackSignedLong(string $value): int`
@ -901,8 +795,6 @@ Parameters:
* `$value`: `string` base256 long
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `unpackSignedLongString(string $value): string`
@ -913,8 +805,6 @@ Parameters:
* `$value`: `string` base256 long
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `wait(\Generator|\Promise $promise, bool $ignoreSignal): mixed`
@ -932,8 +822,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `async(bool $async): void`
@ -944,16 +832,12 @@ Parameters:
* `$async`: `bool` Whether to enable or disable async
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `init(): void`
Blockingly init.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `initAsynchronously(): \Generator`
@ -965,16 +849,12 @@ Asynchronously init.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `inited(): bool`
Check if we've already inited.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `forceInit(bool $inited): void`
@ -985,8 +865,6 @@ Parameters:
* `$inited`: `bool` Whether to mark the instance as inited or deinited
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -78,8 +78,6 @@ Parameters:
Return value: Vector hash
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `randomInt(int $modulus): int`
@ -90,8 +88,6 @@ Parameters:
* `$modulus`: `int` Modulus
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `random(int $length): \string Random string`
@ -104,8 +100,6 @@ Parameters:
Return value: Random string
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `posmod(int $a, int $b): \int Modulo`
@ -120,8 +114,6 @@ Parameters:
Return value: Modulo
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `unpackSignedInt(string $value): int`
@ -132,8 +124,6 @@ Parameters:
* `$value`: `string` base256 int
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `unpackSignedLong(string $value): int`
@ -144,8 +134,6 @@ Parameters:
* `$value`: `string` base256 long
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `unpackSignedLongString(string $value): string`
@ -156,8 +144,6 @@ Parameters:
* `$value`: `string` base256 long
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `packSignedInt(int $value): string`
@ -168,8 +154,6 @@ Parameters:
* `$value`: `int` Value to convert
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `packSignedLong(int $value): string`
@ -180,8 +164,6 @@ Parameters:
* `$value`: `int` Value to convert
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `packUnsignedInt(int $value): string`
@ -192,8 +174,6 @@ Parameters:
* `$value`: `int` Value
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `packDouble(float $value): string`
@ -204,8 +184,6 @@ Parameters:
* `$value`: `float` Value to convert
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `unpackDouble(string $value): float`
@ -216,8 +194,6 @@ Parameters:
* `$value`: `string` Value to unpack
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `wait(\Generator|\Amp\Promise $promise, bool $ignoreSignal): mixed`
@ -235,8 +211,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `all((\Generator|\Amp\Promise)[] $promises): \Amp\Promise`
@ -253,8 +227,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `any((\Amp\Promise|\Generator)[] $promises): \Amp\Promise`
@ -271,8 +243,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `some((\Amp\Promise|\Generator)[] $promises): \Amp\Promise`
@ -289,8 +259,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `first((\Amp\Promise|\Generator)[] $promises): \Amp\Promise`
@ -307,8 +275,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `timeout(\Generator|\Amp\Promise $promise, int $timeout): \Amp\Promise`
@ -326,8 +292,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `timeoutWithDefault(\Amp\Promise|\Generator $promise, int $timeout, mixed $default): \Amp\Promise<\TReturn>|\Amp\Promise<\TReturnAlt>`
@ -359,8 +323,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `call(\Generator|\Amp\Promise|mixed $promise): \Amp\Promise`
@ -386,8 +348,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `callFork(\Generator|\Amp\Promise $promise, ?\Generator|\Amp\Promise $actual, string $file): \Amp\Promise|mixed`
@ -406,8 +366,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `callForkDefer(\Generator|\Amp\Promise $promise): void`
@ -424,8 +382,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `rethrow(\Throwable $e, string $file): void`
@ -442,8 +398,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `after(\Generator|\Amp\Promise $a, \Generator|\Amp\Promise $b): \Amp\Promise`
@ -461,8 +415,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `flock(string $file, int $operation, float $polling, ?\Amp\Promise $token, ?callable $failureCb): \Amp\Promise<?callable>`
@ -483,8 +435,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `sleep(int|float $time): \Amp\Promise`
@ -500,8 +450,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `readLine(string $prompt): \Amp\Promise<string>`
@ -517,8 +465,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `echo(string $string): \Amp\Promise`
@ -534,8 +480,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isArrayOrAlike(mixed $var): bool`
@ -546,8 +490,6 @@ Parameters:
* `$var`: `mixed` Value to check
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `arr(mixed $params): array`
@ -558,8 +500,6 @@ Parameters:
* `$params`: `mixed` Params
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `base64urlDecode(string $data): string`
@ -570,8 +510,6 @@ Parameters:
* `$data`: `string` Data to decode
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `base64urlEncode(string $data): string`
@ -582,8 +520,6 @@ Parameters:
* `$data`: `string` Data to encode
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `rleDecode(string $string): string`
@ -594,8 +530,6 @@ Parameters:
* `$string`: `string` Data to decode
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `rleEncode(string $string): string`
@ -606,8 +540,6 @@ Parameters:
* `$string`: `string` Data to encode
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `inflateStripped(string $stripped): \string JPG payload`
@ -620,8 +552,6 @@ Parameters:
Return value: JPG payload
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `end(array $what): mixed`
@ -632,16 +562,12 @@ Parameters:
* `$what`: `array` Array
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isAltervista(): bool`
Whether this is altervista.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasVar(object $obj, string $var): bool`
@ -653,8 +579,6 @@ Parameters:
* `$var`: `string` Attribute name
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getVar(object $obj, string $var): mixed`
@ -666,8 +590,6 @@ Parameters:
* `$var`: `string` Attribute name
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setVar(object $obj, string $var, mixed $val): void`
@ -680,8 +602,6 @@ Parameters:
* `$val`: `mixed` Attribute value
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `toCamelCase(string $input): string`
@ -692,8 +612,6 @@ Parameters:
* `$input`: `string` String
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `toSnakeCase(string $input): string`
@ -704,8 +622,6 @@ Parameters:
* `$input`: `string` String
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `markdownEscape(string $hwat): string`
@ -716,8 +632,6 @@ Parameters:
* `$hwat`: `string` String to escape
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `typeEscape(string $type): string`
@ -728,8 +642,6 @@ Parameters:
* `$type`: `string` String to escape
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `methodEscape(string $method): string`
@ -740,8 +652,6 @@ Parameters:
* `$method`: `string` Method name
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMimeFromExtension(string $extension, string $default): string`
@ -753,8 +663,6 @@ Parameters:
* `$default`: `string` Default mime type
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getExtensionFromMime(string $mime): string`
@ -765,8 +673,6 @@ Parameters:
* `$mime`: `string` MIME type
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getExtensionFromLocation(mixed $location, string $default): string`
@ -778,8 +684,6 @@ Parameters:
* `$default`: `string` Default extension
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMimeFromFile(string $file): string`
@ -790,8 +694,6 @@ Parameters:
* `$file`: `string` File
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getMimeFromBuffer(string $buffer): string`
@ -802,8 +704,6 @@ Parameters:
* `$buffer`: `string` Buffer
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -31,8 +31,6 @@ Parameters:
* `$config`: `array` The settings
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `get(): \array The settings`
@ -41,8 +39,6 @@ Get shared call settings.
Return value: The settings
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `updateDefault(array $configDefault): void`
@ -53,8 +49,6 @@ Parameters:
* `$configDefault`: `array` The settings
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDefault(): \array The settings`
@ -63,16 +57,12 @@ Get default shared call settings.
Return value: The settings
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getFinal(): void`
Get final settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

File diff suppressed because it is too large Load Diff

View File

@ -26,8 +26,6 @@ Manages asynchronous construction and wakeup of classes
Blockingly init.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `initAsynchronously(): \Generator`
@ -39,16 +37,12 @@ Asynchronously init.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `inited(): bool`
Check if we've already inited.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `forceInit(bool $inited): void`
@ -59,8 +53,6 @@ Parameters:
* `$inited`: `bool` Whether to mark the instance as inited or deinited
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -67,16 +67,12 @@ Parameters:
* `$needsReconnect`: `bool` Whether the socket has to be reconnected
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `shouldReconnect(): bool`
Whether this sockets needs to be reconnected.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `writing(bool $writing): void`
@ -87,8 +83,6 @@ Parameters:
* `$writing`: `bool`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `reading(bool $reading): void`
@ -99,72 +93,54 @@ Parameters:
* `$reading`: `bool`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `haveRead(): void`
Tell the class that we have read a chunk of data from the socket.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getLastChunk(): float`
Get the receive date of the latest chunk of data from the socket.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `httpReceived(): void`
Indicate a received HTTP response.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `countHttpReceived(): int`
Count received HTTP responses.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `httpSent(): void`
Indicate a sent HTTP request.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `countHttpSent(): int`
Count sent HTTP requests.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getID(): int`
Get connection ID.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDatacenterID(): string`
Get datacenter concatenated with connection ID.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getCtx(): \danog\MadelineProto\Stream\ConnectionContext`
@ -176,32 +152,24 @@ Get connection context.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isHttp(): bool`
Check if is an HTTP connection.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isMedia(): bool`
Check if is a media connection.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isCDN(): bool`
Check if is a CDN connection.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `connect(\danog\MadelineProto\Stream\ConnectionContext $ctx): \Generator`
@ -223,8 +191,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `sendMessage(array $message, bool $flush): \Generator`
@ -265,24 +231,18 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `flush(): void`
Flush pending packets.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `pingHttpWaiter(): void`
Resume HttpWaiter.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setExtra(\danog\MadelineProto\DataCenterConnection $extra, int $id): void`
@ -299,8 +259,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getExtra(): \danog\MadelineProto\MTProto`
@ -312,8 +270,6 @@ Get main instance.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getShared(): \danog\MadelineProto\DataCenterConnection`
@ -325,8 +281,6 @@ Get shared connection instance.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `disconnect(bool $temporary): void`
@ -337,8 +291,6 @@ Parameters:
* `$temporary`: `bool` Whether the disconnection is temporary, triggered by the reconnect method
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `reconnect(): \Generator`
@ -350,40 +302,30 @@ Reconnect to DC.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getName(): string`
Get name.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resetSession(): void`
Reset MTProto session.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `createSession(): void`
Create MTProto session if needed.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `backupSession(): array`
Backup eventual unsent messages before session deletion.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `ackOutgoingMessageId(string|int $message_id): bool`
@ -394,8 +336,6 @@ Parameters:
* `$message_id`: `string|int` Message Id
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `gotResponseForOutgoingMessageId(string|int $message_id): bool`
@ -406,8 +346,6 @@ Parameters:
* `$message_id`: `string|int` Message ID
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `ackIncomingMessageId(string|int $message_id): bool`
@ -418,24 +356,18 @@ Parameters:
* `$message_id`: `string|int` Message ID
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasPendingCalls(): bool`
Check if there are some pending calls.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getPendingCalls(): array`
Get all pending calls (also clear pending state requests).
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `handleReject(array $request, \Throwable $data): void`
@ -452,16 +384,12 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `handleResponse(): void`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `methodRecall(string $watcherId, array $args): void`
@ -473,8 +401,6 @@ Parameters:
* `$args`: `array` Args
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `methodCallAsyncRead(string $method, array|\Generator $args, array $aargs): \Generator`
@ -496,8 +422,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `methodCallAsyncWrite(string $method, array|\Generator $args, array $aargs): \Generator`
@ -519,8 +443,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `objectCall(string $object, array $args, array $aargs): \Generator`
@ -538,8 +460,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `sendMsgsStateInfo(string|int $req_msg_id, array $msg_ids): \Generator`
@ -556,8 +476,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -41,8 +41,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetGet(mixed $offset): \Amp\Promise`
@ -58,40 +56,30 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getTrace(): array`
Get current stack trace for running coroutine.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getFrame(): array`
Get current execution frame.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `jsonSerialize(): string`
Obtain.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `onResolve()`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -45,8 +45,6 @@ Parameters:
* `$saved`: `array` Saved auth array
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setVoIPEndpoints(array $endpoints): void`
@ -57,8 +55,6 @@ Parameters:
* `$endpoints`: `array` Endpoints
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `dcConnect(string $dc_number, int $id): \Generator<bool>`
@ -75,8 +71,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `generateContexts(int $dc_number, string $uri, \Amp\Socket\ConnectContext $context): array`
@ -94,8 +88,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getAPI(): \danog\MadelineProto\MTProto`
@ -107,8 +99,6 @@ Get main API.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getHTTPClient(): \Amp\Http\Client\HttpClient`
@ -120,8 +110,6 @@ Get async HTTP client.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getCookieJar(): \Amp\Http\Client\Cookie\CookieJar`
@ -133,8 +121,6 @@ Get async HTTP client cookies.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDNSClient(): \Amp\Dns\Resolver`
@ -146,8 +132,6 @@ Get DNS over HTTPS async DNS client.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getNonProxiedDNSClient(): \Amp\Dns\Resolver`
@ -159,8 +143,6 @@ Get non-proxied DNS over HTTPS async DNS client.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `fileGetContents(string $url): \Generator`
@ -181,8 +163,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getAuthConnection(string $dc): \danog\MadelineProto\Connection`
@ -198,8 +178,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getConnection(string $dc): \danog\MadelineProto\Connection`
@ -215,8 +193,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitGetConnection(string $dc): \Generator`
@ -238,8 +214,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDataCenterConnection(string $dc): \danog\MadelineProto\DataCenterConnection`
@ -255,8 +229,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDataCenterConnections(): array<int|string, \danog\MadelineProto\DataCenterConnection>`
@ -268,8 +240,6 @@ Get all DataCenterConnection instances.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `has(string $dc): bool`
@ -280,8 +250,6 @@ Parameters:
* `$dc`: `string` DC ID
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isHttp(string $datacenter): bool`
@ -292,8 +260,6 @@ Parameters:
* `$datacenter`: `string` DC ID
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `byIPAddress(string $datacenter): bool`
@ -304,8 +270,6 @@ Parameters:
* `$datacenter`: `string` DC ID
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getDcs(bool $all): array`
@ -316,8 +280,6 @@ Parameters:
* `$all`: `bool` Whether to get all possible DC IDs, or only connected ones
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -76,16 +76,12 @@ Parameters:
* `$needsReconnect`: `bool` Whether the socket has to be reconnected
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `shouldReconnect(): bool`
Whether this sockets needs to be reconnected.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getAuthKey(bool $temp): \danog\MadelineProto\MTProto\AuthKey`
@ -101,8 +97,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasAuthKey(bool $temp): bool`
@ -113,8 +107,6 @@ Parameters:
* `$temp`: `bool`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setAuthKey(\danog\MadelineProto\MTProto\AuthKey|null $key, bool $temp): void`
@ -131,8 +123,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getTempAuthKey(): \danog\MadelineProto\MTProto\TempAuthKey`
@ -144,8 +134,6 @@ Get temporary authorization key.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getPermAuthKey(): \danog\MadelineProto\MTProto\PermAuthKey`
@ -157,24 +145,18 @@ Get permanent authorization key.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasTempAuthKey(): bool`
Check if has temporary authorization key.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasPermAuthKey(): bool`
Check if has permanent authorization key.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setTempAuthKey(\danog\MadelineProto\MTProto\TempAuthKey|null $key): void`
@ -190,8 +172,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setPermAuthKey(\danog\MadelineProto\MTProto\PermAuthKey|null $key): void`
@ -207,8 +187,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `bind(bool $pfs): void`
@ -219,24 +197,18 @@ Parameters:
* `$pfs`: `bool` Whether to bind using PFS
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isBound(): bool`
Check if auth keys are bound.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isAuthorized(): bool`
Check if we are logged in.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `authorized(bool $authorized): void`
@ -247,8 +219,6 @@ Parameters:
* `$authorized`: `bool` Whether we are authorized
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `link(string $dc): void`
@ -259,32 +229,24 @@ Parameters:
* `$dc`: `string` Main DC ID
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resetSession(): void`
Reset MTProto sessions.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `createSession(): void`
Create MTProto sessions if needed.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `flush(): void`
Flush all pending packets.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getCtx(): \danog\MadelineProto\Stream\ConnectionContext`
@ -296,16 +258,12 @@ Get connection context.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasCtx(): bool`
Has connection context?
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `connect(\danog\MadelineProto\Stream\ConnectionContext $ctx, int $id): \Generator`
@ -323,8 +281,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `signalDisconnect(int $id): void`
@ -335,16 +291,12 @@ Parameters:
* `$id`: `int` Connection ID
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `disconnect(): void`
Close all connections to DC.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `reconnect(): \Generator`
@ -356,16 +308,12 @@ Reconnect to DC.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `restoreBackup(): void`
Restore backed up messages.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getAuthConnection(): \danog\MadelineProto\Connection`
@ -377,8 +325,6 @@ Get connection for authorization.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasConnection(int $id): bool|int`
@ -389,8 +335,6 @@ Parameters:
* `$id`: `int` Connection ID
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitGetConnection(): \Generator`
@ -408,8 +352,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getConnection(int $id): \danog\MadelineProto\Connection`
@ -425,16 +367,12 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `even(): void`
Even out round robin values.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `reading(bool $reading, int $x): void`
@ -446,8 +384,6 @@ Parameters:
* `$x`: `int` Connection ID
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `writing(bool $writing, int $x): void`
@ -459,8 +395,6 @@ Parameters:
* `$x`: `int` Connection ID
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setExtra(\danog\MadelineProto\MTProto $API): void`
@ -476,8 +410,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getExtra(): \danog\MadelineProto\MTProto`
@ -489,40 +421,30 @@ Get main instance.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isHttp(): bool`
Check if is an HTTP connection.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `byIPAddress(): bool`
Check if is connected directly by IP address.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isMedia(): bool`
Check if is a media connection.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isCDN(): bool`
Check if is a CDN connection.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getSettings(): \danog\MadelineProto\Settings\Connection`
@ -534,8 +456,6 @@ Get DC-specific settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getGenericSettings(): \danog\MadelineProto\Settings`
@ -547,16 +467,12 @@ Get global settings.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `jsonSerialize(): array`
JSON serialize function.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -40,8 +40,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset(string|int $key): \Amp\Promise`
@ -61,8 +59,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetGet(string|int $index): \Amp\Promise`
@ -83,8 +79,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string|int $index, mixed $value): void`
@ -105,8 +99,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string|int $index): \Amp\Promise`
@ -122,8 +114,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Amp\Promise<int>`
@ -135,16 +125,12 @@ Count number of elements.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getIterator()`
Get iterator.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getInstance(string $table, null|\danog\MadelineProto\Db\DbType|array $value, \danog\MadelineProto\Settings\DatabaseAbstract $settings): \Amp\Promise<self>`
@ -163,8 +149,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -39,8 +39,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -39,8 +39,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -44,8 +44,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -40,8 +40,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset(string|int $key): \Amp\Promise`
@ -61,8 +59,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetGet(string|int $index): \Amp\Promise`
@ -83,8 +79,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string|int $index, mixed $value): void`
@ -105,8 +99,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string|int $index): \Amp\Promise`
@ -122,8 +114,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Amp\Promise<int>`
@ -135,16 +125,12 @@ Count number of elements.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getIterator()`
Get iterator.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getInstance(string $table, null|\danog\MadelineProto\Db\DbType|array $value, \danog\MadelineProto\Settings\DatabaseAbstract $settings): \Amp\Promise<self>`
@ -163,8 +149,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -41,8 +41,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -35,8 +35,6 @@ Initialize on startup.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset( $key): \Promise<bool> true if the offset exists, otherwise false`
@ -49,8 +47,6 @@ Parameters:
Return value: true if the offset exists, otherwise false
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string|int $index, $value)`
@ -64,8 +60,6 @@ The index to set for.
* `$value`: ``
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string|int $index): \Amp\Promise`
@ -83,8 +77,6 @@ The offset to unset.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Promise<int> The number of elements or public properties in the associated
array or object, respectively.`
@ -95,8 +87,6 @@ Count elements.
Return value: The number of elements or public properties in the associated
array or object, respectively.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `initConnection(\danog\MadelineProto\Settings\Database\Mysql $settings): \Generator`
@ -113,8 +103,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getInstance(string $table, \danog\MadelineProto\Db\DbArray|array|null $value, \danog\MadelineProto\Settings\Database\DatabaseAbstract $settings): \Amp\Promise`
@ -138,8 +126,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -35,8 +35,6 @@ Initialize on startup.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset( $key): \Promise<bool> true if the offset exists, otherwise false`
@ -49,8 +47,6 @@ Parameters:
Return value: true if the offset exists, otherwise false
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string|int $index, $value)`
@ -64,8 +60,6 @@ The index to set for.
* `$value`: ``
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string|int $index): \Amp\Promise`
@ -83,8 +77,6 @@ The offset to unset.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Promise<int> The number of elements or public properties in the associated
array or object, respectively.`
@ -95,8 +87,6 @@ Count elements.
Return value: The number of elements or public properties in the associated
array or object, respectively.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `initConnection(\danog\MadelineProto\Settings\Database\Mysql $settings): \Generator`
@ -113,8 +103,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getInstance(string $table, \danog\MadelineProto\Db\DbArray|array|null $value, \danog\MadelineProto\Settings\Database\DatabaseAbstract $settings): \Amp\Promise`
@ -138,8 +126,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -36,8 +36,6 @@ Initialize on startup.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `initConnection(\danog\MadelineProto\Settings\Database\Postgres $settings): \Generator`
@ -54,8 +52,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string $index, $value)`
@ -69,8 +65,6 @@ The index to set for.
* `$value`: ``
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset( $key): \Promise<bool> true if the offset exists, otherwise false`
@ -83,8 +77,6 @@ Parameters:
Return value: true if the offset exists, otherwise false
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string $index): \Amp\Promise`
@ -102,8 +94,6 @@ The offset to unset.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getArrayCopy(): \Amp\Promise<array>`
@ -115,8 +105,6 @@ Get array copy.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Promise<int> The number of elements or public properties in the associated
array or object, respectively.`
@ -127,8 +115,6 @@ Count elements.
Return value: The number of elements or public properties in the associated
array or object, respectively.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getInstance(string $table, \danog\MadelineProto\Db\DbArray|array|null $value, \danog\MadelineProto\Settings\Database\DatabaseAbstract $settings): \Amp\Promise`
@ -152,8 +138,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -36,8 +36,6 @@ Initialize on startup.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `initConnection(\danog\MadelineProto\Settings\Database\Redis $settings): \Generator`
@ -54,8 +52,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string $index, $value)`
@ -69,8 +65,6 @@ The index to set for.
* `$value`: ``
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset( $key): \Promise<bool> true if the offset exists, otherwise false`
@ -83,8 +77,6 @@ Parameters:
Return value: true if the offset exists, otherwise false
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string $index): \Amp\Promise`
@ -102,8 +94,6 @@ The offset to unset.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getArrayCopy(): \Amp\Promise<array>`
@ -115,8 +105,6 @@ Get array copy.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Promise<int> The number of elements or public properties in the associated
array or object, respectively.`
@ -127,8 +115,6 @@ Count elements.
Return value: The number of elements or public properties in the associated
array or object, respectively.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getInstance(string $table, \danog\MadelineProto\Db\DbArray|array|null $value, \danog\MadelineProto\Settings\Database\DatabaseAbstract $settings): \Amp\Promise`
@ -152,8 +138,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -36,8 +36,6 @@ Initialize on startup.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `initConnection(\danog\MadelineProto\Settings\Database\Postgres $settings): \Generator`
@ -54,8 +52,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string $index, $value)`
@ -69,8 +65,6 @@ The index to set for.
* `$value`: ``
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset( $key): \Promise<bool> true if the offset exists, otherwise false`
@ -83,8 +77,6 @@ Parameters:
Return value: true if the offset exists, otherwise false
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string $index): \Amp\Promise`
@ -102,8 +94,6 @@ The offset to unset.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getArrayCopy(): \Amp\Promise<array>`
@ -115,8 +105,6 @@ Get array copy.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Promise<int> The number of elements or public properties in the associated
array or object, respectively.`
@ -127,8 +115,6 @@ Count elements.
Return value: The number of elements or public properties in the associated
array or object, respectively.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getInstance(string $table, \danog\MadelineProto\Db\DbArray|array|null $value, \danog\MadelineProto\Settings\Database\DatabaseAbstract $settings): \Amp\Promise`
@ -152,8 +138,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -36,8 +36,6 @@ Initialize on startup.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `initConnection(\danog\MadelineProto\Settings\Database\Redis $settings): \Generator`
@ -54,8 +52,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string $index, $value)`
@ -69,8 +65,6 @@ The index to set for.
* `$value`: ``
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset( $key): \Promise<bool> true if the offset exists, otherwise false`
@ -83,8 +77,6 @@ Parameters:
Return value: true if the offset exists, otherwise false
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string $index): \Amp\Promise`
@ -102,8 +94,6 @@ The offset to unset.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getArrayCopy(): \Amp\Promise<array>`
@ -115,8 +105,6 @@ Get array copy.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Promise<int> The number of elements or public properties in the associated
array or object, respectively.`
@ -127,8 +115,6 @@ Count elements.
Return value: The number of elements or public properties in the associated
array or object, respectively.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getInstance(string $table, \danog\MadelineProto\Db\DbArray|array|null $value, \danog\MadelineProto\Settings\Database\DatabaseAbstract $settings): \Amp\Promise`
@ -152,8 +138,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -47,8 +47,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getArrayCopy(): \Amp\Promise`
@ -65,8 +63,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isset(string|int $key): \Amp\Promise`
@ -86,8 +82,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetGet(string|int $index): \Amp\Promise`
@ -108,8 +102,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetSet(string|int $index, mixed $value): void`
@ -130,8 +122,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `offsetUnset(string|int $index): \Amp\Promise`
@ -147,8 +137,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `count(): \Amp\Promise<int>`
@ -160,16 +148,12 @@ Count number of elements.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getIterator()`
Get iterator.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

File diff suppressed because it is too large Load Diff

View File

@ -33,24 +33,18 @@ Parameters:
* `$extensionName`: `string` Extension name
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `exceptionErrorHandler(): false`
ExceptionErrorHandler.
Error handler
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `exceptionHandler(): void`
ExceptionErrorHandler.
Error handler
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `updateTLTrace(array $trace): void`
@ -61,16 +55,12 @@ Parameters:
* `$trace`: `array`
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getTLTrace(): string`
Get TL trace.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setTLTrace(string $tlTrace): void`
@ -81,8 +71,6 @@ Parameters:
* `$tlTrace`: `string` TL trace
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `prettifyTL(string $init, array $trace): void`
@ -94,8 +82,6 @@ Parameters:
* `$trace`: `array` Async trace
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -23,8 +23,6 @@ File callback interface.
Get file.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -23,8 +23,6 @@ File callback interface.
Get file.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -53,24 +53,18 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `unreference(): void`
Unreference.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isIpc(): bool`
Whether we're an IPC client instance.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `uploadFromUrl(string|\danog\MadelineProto\FileCallbackInterface $url, int $size, string $fileName, callable $cb, bool $encrypted): \Generator`
@ -91,8 +85,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `uploadFromCallable(mixed $callable, int $size, string $mime, string $fileName, callable $cb, bool $seekable, bool $encrypted): \Generator`
@ -121,8 +113,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `uploadFromTgfile(mixed $media, callable $cb, bool $encrypted): \Generator`
@ -146,8 +136,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `downloadToDir(mixed $messageMedia, string|\danog\MadelineProto\FileCallbackInterface $dir, callable $cb): \Generator Downloaded file path`
@ -174,8 +162,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `downloadToFile(mixed $messageMedia, string|\danog\MadelineProto\FileCallbackInterface $file, callable $cb): \Generator Downloaded file path`
@ -202,8 +188,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `downloadToCallable(mixed $messageMedia, callable|\danog\MadelineProto\FileCallbackInterface $callable, callable $cb, bool $seekable, int $offset, int $end, int $part_size): \Generator`
@ -234,8 +218,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setEventHandler(mixed $params): void`
@ -246,8 +228,6 @@ Parameters:
* `$params`: `mixed` Params
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getEventHandler(mixed $params): void`
@ -258,8 +238,6 @@ Parameters:
* `$params`: `mixed` Params
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `logger(string $param, int $level, string $file): void`
@ -272,8 +250,6 @@ Parameters:
* `$file`: `string` File where the message originated
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `disconnect(): \Generator`
@ -290,8 +266,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `start(): \Generator`
@ -303,16 +277,12 @@ Log in to telegram (via CLI or web).
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getWebTemplate(): string`
Get web template.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setWebTemplate(string $template): void`
@ -323,8 +293,6 @@ Parameters:
* `$template`: `string` Template
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `downloadToBrowser(array|string $messageMedia, callable $cb): \Generator`
@ -341,8 +309,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `downloadToStream(mixed $messageMedia, mixed|\danog\MadelineProto\FileCallbackInterface $stream, callable $cb, int $offset, int $end): \Generator`
@ -369,8 +335,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `downloadToResponse(array|string $messageMedia, \ServerRequest $request, callable $cb): \Generator Returned response`
@ -396,8 +360,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `uploadEncrypted(\danog\MadelineProto\FileCallbackInterface|string|array $file, string $fileName, callable $cb): \Generator`
@ -424,8 +386,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `upload(\danog\MadelineProto\FileCallbackInterface|string|array $file, string $fileName, callable $cb, bool $encrypted): \Generator`
@ -453,8 +413,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `uploadFromStream(mixed $stream, int $size, string $mime, string $fileName, callable $cb, bool $encrypted): \Generator`
@ -481,8 +439,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -30,8 +30,6 @@ Parameters:
* `$file`: `string` File where the message originated
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `disconnect(): \Generator`
@ -48,8 +46,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -25,16 +25,12 @@ IPC state class.
Get startup time.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getStartupId(): int`
Get startup ID.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getException(): ?\Throwable`
@ -46,8 +42,6 @@ Get exception.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -43,8 +43,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `startMe(\danog\MadelineProto\SessionPaths $session): \Amp\Promise`
@ -61,8 +59,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitShutdown(): \Amp\Promise`
@ -74,8 +70,6 @@ Wait for shutdown.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `loop(): \Generator`
@ -87,8 +81,6 @@ Main loop.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setSettings(\danog\MadelineProto\Settings\Ipc $settings): self`
@ -104,16 +96,12 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isRunning(): bool`
Check whether loop is running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `signal(mixed|\Throwable $what): void`
@ -129,8 +117,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitSignal(\Promise|\Generator $promise): \Promise`
@ -156,8 +142,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -43,8 +43,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `startMe(\danog\MadelineProto\SessionPaths $session): \Amp\Promise`
@ -61,8 +59,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitShutdown(): \Amp\Promise`
@ -74,8 +70,6 @@ Wait for shutdown.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `loop(): \Generator`
@ -87,8 +81,6 @@ Main loop.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setSettings(\danog\MadelineProto\Settings\Ipc $settings): self`
@ -104,16 +96,12 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isRunning(): bool`
Check whether loop is running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `signal(mixed|\Throwable $what): void`
@ -129,8 +117,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitSignal(\Promise|\Generator $promise): \Promise`
@ -156,8 +142,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -43,8 +43,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `wrap(object|callable $callback, bool $wrapObjects): void`
@ -56,8 +54,6 @@ Parameters:
* `$wrapObjects`: `bool` Whether to wrap object methods, too
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `logger(string $param, int $level, string $file): void`
@ -70,8 +66,6 @@ Parameters:
* `$file`: `string` File where the message originated
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `disconnect(): \Generator`
@ -88,8 +82,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -57,8 +57,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `log(mixed $param, int $level): void`
@ -70,8 +68,6 @@ Parameters:
* `$level`: `int` Logging level
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `logger(mixed $param, int $level, string $file): void`
@ -84,8 +80,6 @@ Parameters:
* `$file`: `string` File that originated the message
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getPsrLogger(): \Psr\Log\LoggerInterface`
@ -97,8 +91,6 @@ Get PSR logger.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -24,16 +24,12 @@ API loop trait.
Start the loop.
Returns false if the loop is already running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isRunning(): bool`
Check whether loop is running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -35,8 +35,6 @@ Main loop.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `pause(?int $time): \Promise Resolved when the loop is resumed`
@ -49,8 +47,6 @@ Parameters:
Return value: Resolved when the loop is resumed
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resume(): \Promise Resolved when the loop is paused again`
@ -59,8 +55,6 @@ Resume the loop.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resumeDefer(): \Promise Resolved when the loop is paused again`
@ -69,24 +63,18 @@ Defer resuming the loop to next tick.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `start(): bool`
Start the loop.
Returns false if the loop is already running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isRunning(): bool`
Check whether loop is running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `signal(mixed|\Throwable $what): void`
@ -102,8 +90,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitSignal(\Promise|\Generator $promise): \Promise`
@ -129,8 +115,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -24,16 +24,12 @@ RPC call status check loop.
Start the loop.
Returns false if the loop is already running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isRunning(): bool`
Check whether loop is running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -35,8 +35,6 @@ Main loop.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `pause(?int $time): \Promise Resolved when the loop is resumed`
@ -49,8 +47,6 @@ Parameters:
Return value: Resolved when the loop is resumed
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resume(): \Promise Resolved when the loop is paused again`
@ -59,8 +55,6 @@ Resume the loop.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resumeDefer(): \Promise Resolved when the loop is paused again`
@ -69,24 +63,18 @@ Defer resuming the loop to next tick.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `start(): bool`
Start the loop.
Returns false if the loop is already running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isRunning(): bool`
Check whether loop is running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `signal(mixed|\Throwable $what): void`
@ -102,8 +90,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitSignal(\Promise|\Generator $promise): \Promise`
@ -129,8 +115,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -35,8 +35,6 @@ Main loop.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `pause(?int $time): \Promise Resolved when the loop is resumed`
@ -49,8 +47,6 @@ Parameters:
Return value: Resolved when the loop is resumed
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resume(): \Promise Resolved when the loop is paused again`
@ -59,8 +55,6 @@ Resume the loop.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resumeDefer(): \Promise Resolved when the loop is paused again`
@ -69,24 +63,18 @@ Defer resuming the loop to next tick.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `start(): bool`
Start the loop.
Returns false if the loop is already running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isRunning(): bool`
Check whether loop is running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `signal(mixed|\Throwable $what): void`
@ -102,8 +90,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitSignal(\Promise|\Generator $promise): \Promise`
@ -129,8 +115,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -32,24 +32,18 @@ Main loop.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `start(): bool`
Start the loop.
Returns false if the loop is already running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isRunning(): bool`
Check whether loop is running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `signal(mixed|\Throwable $what): void`
@ -65,8 +59,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitSignal(\Promise|\Generator $promise): \Promise`
@ -92,8 +84,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -41,8 +41,6 @@ Main loop.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `pause(?int $time): \Promise Resolved when the loop is resumed`
@ -55,8 +53,6 @@ Parameters:
Return value: Resolved when the loop is resumed
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resume(): \Promise Resolved when the loop is paused again`
@ -65,8 +61,6 @@ Resume the loop.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resumeDefer(): \Promise Resolved when the loop is paused again`
@ -75,24 +69,18 @@ Defer resuming the loop to next tick.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `start(): bool`
Start the loop.
Returns false if the loop is already running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isRunning(): bool`
Check whether loop is running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `signal(mixed|\Throwable $what): void`
@ -108,8 +96,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitSignal(\Promise|\Generator $promise): \Promise`
@ -135,8 +121,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -39,8 +39,6 @@ Main loop.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `pause(?int $time): \Promise Resolved when the loop is resumed`
@ -53,8 +51,6 @@ Parameters:
Return value: Resolved when the loop is resumed
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resume(): \Promise Resolved when the loop is paused again`
@ -63,8 +59,6 @@ Resume the loop.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resumeDefer(): \Promise Resolved when the loop is paused again`
@ -73,24 +67,18 @@ Defer resuming the loop to next tick.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `start(): bool`
Start the loop.
Returns false if the loop is already running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isRunning(): bool`
Check whether loop is running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `signal(mixed|\Throwable $what): void`
@ -106,8 +94,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitSignal(\Promise|\Generator $promise): \Promise`
@ -133,8 +119,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -35,8 +35,6 @@ Main loop.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `pause(?int $time): \Promise Resolved when the loop is resumed`
@ -49,8 +47,6 @@ Parameters:
Return value: Resolved when the loop is resumed
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resume(): \Promise Resolved when the loop is paused again`
@ -59,8 +55,6 @@ Resume the loop.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resumeDefer(): \Promise Resolved when the loop is paused again`
@ -69,24 +63,18 @@ Defer resuming the loop to next tick.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `start(): bool`
Start the loop.
Returns false if the loop is already running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isRunning(): bool`
Check whether loop is running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `signal(mixed|\Throwable $what): void`
@ -102,8 +90,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitSignal(\Promise|\Generator $promise): \Promise`
@ -129,8 +115,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -39,8 +39,6 @@ Main loop.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `pause(?int $time): \Promise Resolved when the loop is resumed`
@ -53,8 +51,6 @@ Parameters:
Return value: Resolved when the loop is resumed
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resume(): \Promise Resolved when the loop is paused again`
@ -63,8 +59,6 @@ Resume the loop.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `resumeDefer(): \Promise Resolved when the loop is paused again`
@ -73,24 +67,18 @@ Defer resuming the loop to next tick.
Return value: Resolved when the loop is paused again
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `start(): bool`
Start the loop.
Returns false if the loop is already running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isRunning(): bool`
Check whether loop is running.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `signal(mixed|\Throwable $what): void`
@ -106,8 +94,6 @@ Parameters:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `waitSignal(\Promise|\Generator $promise): \Promise`
@ -133,8 +119,6 @@ Fully typed return value:
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -28,8 +28,6 @@ Lua interface.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

File diff suppressed because it is too large Load Diff

View File

@ -35,32 +35,24 @@ Parameters:
* `$authKey`: `string` Authorization key
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasAuthKey(): bool`
Check if auth key is present.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getAuthKey(): string`
Get auth key.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getID(): string`
Get auth key ID.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setServerSalt(string $salt): void`
@ -71,32 +63,24 @@ Parameters:
* `$salt`: `string` Server salt
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getServerSalt(): string`
Get server salt.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasServerSalt(): bool`
Check if has server salt.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `isAuthorized(): bool`
Check if we are logged in.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `authorized(bool $authorized): void`
@ -107,8 +91,6 @@ Parameters:
* `$authorized`: `bool` Whether we are authorized
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -32,8 +32,6 @@ MTProto permanent auth key.
Check if we are logged in.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `authorized(bool $authorized): void`
@ -44,16 +42,12 @@ Parameters:
* `$authorized`: `bool` Whether we are authorized
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `jsonSerialize(): array`
JSON serialization function.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setAuthKey(string $authKey): void`
@ -64,32 +58,24 @@ Parameters:
* `$authKey`: `string` Authorization key
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasAuthKey(): bool`
Check if auth key is present.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getAuthKey(): string`
Get auth key.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getID(): string`
Get auth key ID.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `setServerSalt(string $salt): void`
@ -100,24 +86,18 @@ Parameters:
* `$salt`: `string` Server salt
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `getServerSalt(): string`
Get server salt.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
### `hasServerSalt(): bool`
Check if has server salt.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

Some files were not shown because too many files have changed in this diff Show More