From 09e208255460353ce33cee8637c779c9a22291be Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 15 Oct 2020 20:25:09 +0200 Subject: [PATCH] Remove spurious lines --- docs/PHP/danog/MadelineProto/API.md | 352 ------------------ docs/PHP/danog/MadelineProto/Coroutine.md | 12 - docs/PHP/danog/MadelineProto/Db/DbArray.md | 16 - .../danog/MadelineProto/Db/Driver/Mysql.md | 2 - .../danog/MadelineProto/Db/Driver/Postgres.md | 2 - .../danog/MadelineProto/Db/Driver/Redis.md | 2 - .../PHP/danog/MadelineProto/Db/DriverArray.md | 16 - .../PHP/danog/MadelineProto/Db/MemoryArray.md | 2 - docs/PHP/danog/MadelineProto/Db/MysqlArray.md | 14 - .../danog/MadelineProto/Db/PostgresArray.md | 16 - docs/PHP/danog/MadelineProto/Db/RedisArray.md | 16 - docs/PHP/danog/MadelineProto/Db/SqlArray.md | 16 - docs/PHP/danog/MadelineProto/EventHandler.md | 346 ----------------- docs/PHP/danog/MadelineProto/Exception.md | 14 - docs/PHP/danog/MadelineProto/FileCallback.md | 2 - .../MadelineProto/FileCallbackInterface.md | 2 - docs/PHP/danog/MadelineProto/Logger.md | 8 - docs/PHP/danog/MadelineProto/Lua.md | 2 - docs/PHP/danog/MadelineProto/MTProto.md | 256 ------------- .../MTProtoTools/CombinedUpdatesState.md | 8 - .../MTProtoTools/ResponseInfo.md | 12 - .../MadelineProto/MyTelegramOrgWrapper.md | 16 - docs/PHP/danog/MadelineProto/PTSException.md | 8 - docs/PHP/danog/MadelineProto/PsrLogger.md | 18 - .../danog/MadelineProto/RPCErrorException.md | 12 - docs/PHP/danog/MadelineProto/Settings.md | 66 ---- .../danog/MadelineProto/Settings/AppInfo.md | 32 -- docs/PHP/danog/MadelineProto/Settings/Auth.md | 18 - .../MadelineProto/Settings/Connection.md | 70 ---- .../Settings/Database/DatabaseAbstract.md | 20 - .../MadelineProto/Settings/Database/Memory.md | 6 - .../MadelineProto/Settings/Database/Mysql.md | 32 -- .../Settings/Database/Postgres.md | 32 -- .../MadelineProto/Settings/Database/Redis.md | 20 - .../Settings/Database/SqlAbstract.md | 32 -- .../Settings/DatabaseAbstract.md | 2 - .../PHP/danog/MadelineProto/Settings/Files.md | 18 - docs/PHP/danog/MadelineProto/Settings/Ipc.md | 6 - .../danog/MadelineProto/Settings/Logger.md | 18 - docs/PHP/danog/MadelineProto/Settings/Peer.md | 14 - docs/PHP/danog/MadelineProto/Settings/Pwr.md | 10 - docs/PHP/danog/MadelineProto/Settings/RPC.md | 26 -- .../MadelineProto/Settings/SecretChats.md | 6 - .../MadelineProto/Settings/Serialization.md | 6 - .../danog/MadelineProto/Settings/TLSchema.md | 26 -- .../danog/MadelineProto/Settings/Templates.md | 6 - docs/PHP/danog/MadelineProto/Shutdown.md | 6 - docs/PHP/danog/MadelineProto/StrTools.md | 20 - .../MadelineProto/TL/Conversion/Exception.md | 8 - .../MadelineProto/TL/Conversion/Extension.md | 10 - docs/PHP/danog/MadelineProto/TL/Exception.md | 8 - .../danog/MadelineProto/TL/Types/Button.md | 12 - .../PHP/danog/MadelineProto/TL/Types/Bytes.md | 10 - docs/PHP/danog/MadelineProto/TON/API.md | 122 ------ docs/PHP/danog/MadelineProto/Tools.md | 100 ----- .../danog/MadelineProto/VoIPServerConfig.md | 10 - docs/PHPInternal/danog/MadelineProto/API.md | 352 ------------------ .../MadelineProto/Async/AsyncConstruct.md | 8 - .../danog/MadelineProto/Connection.md | 82 ---- .../danog/MadelineProto/Coroutine.md | 12 - .../danog/MadelineProto/DataCenter.md | 38 -- .../MadelineProto/DataCenterConnection.md | 84 ----- .../danog/MadelineProto/Db/DbArray.md | 16 - .../danog/MadelineProto/Db/Driver/Mysql.md | 2 - .../danog/MadelineProto/Db/Driver/Postgres.md | 2 - .../danog/MadelineProto/Db/Driver/Redis.md | 2 - .../danog/MadelineProto/Db/DriverArray.md | 16 - .../danog/MadelineProto/Db/MemoryArray.md | 2 - .../danog/MadelineProto/Db/MysqlArray.md | 14 - .../MadelineProto/Db/NullCache/MysqlArray.md | 14 - .../Db/NullCache/PostgresArray.md | 16 - .../MadelineProto/Db/NullCache/RedisArray.md | 16 - .../danog/MadelineProto/Db/PostgresArray.md | 16 - .../danog/MadelineProto/Db/RedisArray.md | 16 - .../danog/MadelineProto/Db/SqlArray.md | 16 - .../danog/MadelineProto/EventHandler.md | 346 ----------------- .../danog/MadelineProto/Exception.md | 14 - .../danog/MadelineProto/FileCallback.md | 2 - .../MadelineProto/FileCallbackInterface.md | 2 - .../danog/MadelineProto/Ipc/Client.md | 44 --- .../danog/MadelineProto/Ipc/ClientAbstract.md | 4 - .../danog/MadelineProto/Ipc/IpcState.md | 6 - .../danog/MadelineProto/Ipc/Server.md | 16 - .../danog/MadelineProto/Ipc/ServerCallback.md | 16 - .../danog/MadelineProto/Ipc/Wrapper.md | 8 - .../PHPInternal/danog/MadelineProto/Logger.md | 8 - .../danog/MadelineProto/Loop/APILoop.md | 4 - .../Loop/Connection/CheckLoop.md | 16 - .../MadelineProto/Loop/Connection/Common.md | 4 - .../Loop/Connection/HttpWaitLoop.md | 16 - .../MadelineProto/Loop/Connection/PingLoop.md | 16 - .../MadelineProto/Loop/Connection/ReadLoop.md | 10 - .../Loop/Connection/WriteLoop.md | 16 - .../MadelineProto/Loop/Update/FeedLoop.md | 16 - .../MadelineProto/Loop/Update/SeqLoop.md | 16 - .../MadelineProto/Loop/Update/UpdateLoop.md | 16 - docs/PHPInternal/danog/MadelineProto/Lua.md | 2 - .../danog/MadelineProto/MTProto.md | 256 ------------- .../danog/MadelineProto/MTProto/AuthKey.md | 18 - .../MadelineProto/MTProto/PermAuthKey.md | 20 - .../MadelineProto/MTProto/TempAuthKey.md | 32 -- .../MTProtoSession/AckHandler.md | 10 - .../MTProtoSession/CallHandler.md | 8 - .../MTProtoSession/MsgIdHandler.md | 8 - .../MsgIdHandler/MsgIdHandler32.md | 10 - .../MsgIdHandler/MsgIdHandler64.md | 8 - .../MadelineProto/MTProtoSession/Reliable.md | 2 - .../MTProtoSession/ResponseHandler.md | 4 - .../MadelineProto/MTProtoSession/Session.md | 30 -- .../MadelineProto/MTProtoTools/CallHandler.md | 6 - .../MTProtoTools/CombinedUpdatesState.md | 8 - .../danog/MadelineProto/MTProtoTools/Files.md | 32 -- .../MadelineProto/MTProtoTools/MinDatabase.md | 2 - .../MTProtoTools/PasswordCalculator.md | 12 - .../MadelineProto/MTProtoTools/PeerHandler.md | 24 -- .../MTProtoTools/ResponseInfo.md | 12 - .../MTProtoTools/UpdatesState.md | 20 - .../MadelineProto/MyTelegramOrgWrapper.md | 16 - .../danog/MadelineProto/PTSException.md | 8 - .../danog/MadelineProto/PsrLogger.md | 18 - .../danog/MadelineProto/RPCErrorException.md | 12 - docs/PHPInternal/danog/MadelineProto/RSA.md | 4 - .../SecretChats/AuthKeyHandler.md | 14 - .../danog/MadelineProto/SessionPaths.md | 26 -- .../danog/MadelineProto/Settings.md | 122 ++---- .../danog/MadelineProto/Settings/AppInfo.md | 32 -- .../danog/MadelineProto/Settings/Auth.md | 18 - .../MadelineProto/Settings/Connection.md | 70 ---- .../Settings/Database/DatabaseAbstract.md | 20 - .../MadelineProto/Settings/Database/Memory.md | 6 - .../MadelineProto/Settings/Database/Mysql.md | 32 -- .../Settings/Database/Postgres.md | 32 -- .../MadelineProto/Settings/Database/Redis.md | 20 - .../Settings/Database/SqlAbstract.md | 32 -- .../Settings/DatabaseAbstract.md | 2 - .../danog/MadelineProto/Settings/Files.md | 18 - .../danog/MadelineProto/Settings/Ipc.md | 6 - .../danog/MadelineProto/Settings/Logger.md | 18 - .../danog/MadelineProto/Settings/Peer.md | 14 - .../danog/MadelineProto/Settings/Pwr.md | 10 - .../danog/MadelineProto/Settings/RPC.md | 26 -- .../MadelineProto/Settings/SecretChats.md | 6 - .../MadelineProto/Settings/Serialization.md | 6 - .../danog/MadelineProto/Settings/TLSchema.md | 26 -- .../danog/MadelineProto/Settings/Templates.md | 6 - .../danog/MadelineProto/Shutdown.md | 6 - .../PHPInternal/danog/MadelineProto/Snitch.md | 2 - .../danog/MadelineProto/StrTools.md | 20 - .../Stream/ADNLTransport/ADNLStream.md | 16 - .../Stream/Async/BufferedStream.md | 4 - .../MadelineProto/Stream/BufferInterface.md | 4 - .../Stream/BufferedProxyStreamInterface.md | 16 - .../Stream/BufferedStreamInterface.md | 14 - .../Stream/Common/BufferedRawStream.md | 26 -- .../MadelineProto/Stream/Common/CtrStream.md | 22 -- .../Stream/Common/HashedBufferedStream.md | 40 -- .../Stream/Common/SimpleBufferedRawStream.md | 26 -- .../Stream/Common/UdpBufferedStream.md | 20 - .../MadelineProto/Stream/ConnectionContext.md | 60 --- .../Stream/MTProtoTransport/AbridgedStream.md | 16 - .../Stream/MTProtoTransport/FullStream.md | 16 - .../Stream/MTProtoTransport/HttpStream.md | 18 - .../Stream/MTProtoTransport/HttpsStream.md | 18 - .../IntermediatePaddedStream.md | 16 - .../MTProtoTransport/IntermediateStream.md | 16 - .../MTProtoTransport/ObfuscatedStream.md | 22 -- .../MadelineProto/Stream/Proxy/HttpProxy.md | 14 - .../MadelineProto/Stream/Proxy/SocksProxy.md | 14 - .../Stream/ProxyStreamInterface.md | 2 - .../Stream/RawProxyStreamInterface.md | 14 - .../Stream/RawStreamInterface.md | 12 - .../Stream/ReadBufferInterface.md | 2 - .../MadelineProto/Stream/StreamInterface.md | 6 - .../Stream/Transport/DefaultStream.md | 12 - .../Stream/Transport/PremadeStream.md | 10 - .../Stream/Transport/WsStream.md | 8 - .../Stream/Transport/WssStream.md | 8 - .../Stream/WriteBufferInterface.md | 2 - .../MadelineProto/TL/Conversion/Exception.md | 8 - .../MadelineProto/TL/Conversion/Extension.md | 10 - .../danog/MadelineProto/TL/Exception.md | 8 - .../danog/MadelineProto/TL/PrettyException.md | 8 - docs/PHPInternal/danog/MadelineProto/TL/TL.md | 24 -- .../danog/MadelineProto/TL/TLCallback.md | 12 - .../danog/MadelineProto/TL/Types/Button.md | 12 - .../danog/MadelineProto/TL/Types/Bytes.md | 10 - .../danog/MadelineProto/TON/API.md | 122 ------ .../danog/MadelineProto/TON/Lite.md | 12 - docs/PHPInternal/danog/MadelineProto/Tools.md | 100 ----- .../MadelineProto/VoIP/AuthKeyHandler.md | 14 - .../danog/MadelineProto/VoIPServerConfig.md | 10 - .../danog/MadelineProto/Wrappers/Callback.md | 2 - .../MadelineProto/Wrappers/DialogHandler.md | 4 - .../danog/MadelineProto/Wrappers/Events.md | 8 - .../danog/MadelineProto/Wrappers/Login.md | 18 - .../danog/MadelineProto/Wrappers/Loop.md | 12 - .../danog/MadelineProto/Wrappers/Start.md | 2 - .../danog/MadelineProto/Wrappers/TOS.md | 6 - .../danog/MadelineProto/Wrappers/Webhook.md | 2 - 199 files changed, 28 insertions(+), 5284 deletions(-) diff --git a/docs/PHP/danog/MadelineProto/API.md b/docs/PHP/danog/MadelineProto/API.md index ca609e05..72efcde9 100644 --- a/docs/PHP/danog/MadelineProto/API.md +++ b/docs/PHP/danog/MadelineProto/API.md @@ -222,8 +222,6 @@ Parameters: * `$eventHandler`: `string` Event handler class name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `startAndLoopMulti(\danog\MadelineProto\API[] $instances, string[]|string $eventHandler): void` @@ -235,8 +233,6 @@ Parameters: * `$eventHandler`: `string[]|string` Event handler(s) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `startAndLoopAsync(string $eventHandler): \Generator` @@ -252,8 +248,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToBotAPI(array $data): \Amp\Promise` @@ -269,8 +263,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToTd(mixed $params): \Amp\Promise` @@ -286,8 +278,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToTdcli(mixed $params): \Amp\Promise` @@ -303,8 +293,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptCall(array $call): \Amp\Promise` @@ -320,8 +308,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptSecretChat(array $params): \Amp\Promise` @@ -337,8 +323,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptTos(): \Amp\Promise` @@ -350,8 +334,6 @@ Accept terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `addUser(array $user): \Amp\Promise` @@ -367,8 +349,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `after(\Generator|\Promise $a, \Generator|\Promise $b): \Amp\Promise` @@ -387,8 +367,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `all((\Generator|\Promise)[] $promises): \Amp\Promise` @@ -406,8 +384,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `any((\Promise|\Generator)[] $promises): \Amp\Promise` @@ -425,8 +401,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `arr(mixed $params): array` @@ -437,8 +411,6 @@ Parameters: * `$params`: `mixed` Params ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `base64urlDecode(string $data): string` @@ -449,8 +421,6 @@ Parameters: * `$data`: `string` Data to decode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `base64urlEncode(string $data): string` @@ -461,8 +431,6 @@ Parameters: * `$data`: `string` Data to encode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botAPIToMTProto(array $arguments): \Amp\Promise` @@ -478,8 +446,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botLogin(string $token): \Amp\Promise` @@ -495,8 +461,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `call(\Generator|\Promise|mixed $promise): \Amp\Promise` @@ -523,8 +487,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` @@ -544,8 +506,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `callForkDefer(\Generator|\Promise $promise): void` @@ -562,8 +522,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `callStatus(int $id): mixed` @@ -583,8 +541,6 @@ int|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `checkTos(): \Amp\Promise` @@ -596,8 +552,6 @@ Check for terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `cleanup(): \Amp\Promise` @@ -609,8 +563,6 @@ Cleanup memory and session file. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `closeConnection(string $message): void` @@ -621,8 +573,6 @@ Parameters: * `$message`: `string` Message ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `complete2faLogin(string $password): \Amp\Promise` @@ -638,8 +588,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeCall(array $params): \Amp\Promise` @@ -655,8 +603,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completePhoneLogin(string $code): \Amp\Promise` @@ -672,8 +618,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeSignup(string $first_name, string $last_name): \Amp\Promise` @@ -690,8 +634,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `confirmCall(array $params): \Amp\Promise` @@ -707,8 +649,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `connectToAllDcs(bool $reconnectAll): \Amp\Promise` @@ -724,8 +664,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `declineTos(): \Amp\Promise` @@ -737,8 +675,6 @@ THIS WILL DELETE YOUR ACCOUNT! ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardCall(array $call, array $reason, array $rating, bool $need_debug): \Amp\Promise` @@ -757,8 +693,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardSecretChat(int $chat): \Amp\Promise` @@ -774,8 +708,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToBrowser(array|string $messageMedia, callable $cb): \Amp\Promise` @@ -792,8 +724,6 @@ Parameters: ---- -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): \Amp\Promise` @@ -822,8 +752,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToDir(mixed $messageMedia, string|\danog\MadelineProto\FileCallbackInterface $dir, callable $cb): \Amp\Promise` @@ -846,8 +774,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToFile(mixed $messageMedia, string|\danog\MadelineProto\FileCallbackInterface $file, callable $cb): \Amp\Promise Downloaded file path` @@ -872,8 +798,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToResponse(array|string $messageMedia, \ServerRequest $request, callable $cb): \Amp\Promise Returned response` @@ -899,8 +823,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToStream(mixed $messageMedia, mixed|\danog\MadelineProto\FileCallbackInterface $stream, callable $cb, int $offset, int $end): \Amp\Promise` @@ -925,8 +847,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `echo(string $string): \Amp\Promise` @@ -942,8 +862,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `end(array $what): mixed` @@ -954,8 +872,6 @@ Parameters: * `$what`: `array` Array ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `exportAuthorization(): \Amp\Promise` @@ -971,8 +887,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `extractBotAPIFile(array $info): ?array` @@ -983,8 +897,6 @@ Parameters: * `$info`: `array` Bot API message object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fileGetContents(string $url): \Amp\Promise` @@ -1004,8 +916,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `first((\Promise|\Generator)[] $promises): \Amp\Promise` @@ -1023,8 +933,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `flock(string $file, int $operation, float $polling, ?\Promise $token, ?callable $failureCb): \Amp\Promise` @@ -1046,8 +954,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fromSupergroup(int $id): float|int` @@ -1058,8 +964,6 @@ Parameters: * `$id`: `int` Bot API channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fullChatLastUpdated(mixed $id): \Amp\Promise` @@ -1075,8 +979,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fullGetSelf(): \Amp\Promise` @@ -1088,8 +990,6 @@ Get info about the logged-in user, not cached. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `genVectorHash(array $ints): \int Vector hash` @@ -1102,8 +1002,6 @@ Parameters: Return value: Vector hash ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAllMethods(): mixed` @@ -1119,8 +1017,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAuthorization(): mixed` @@ -1136,8 +1032,6 @@ int|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCachedConfig(): mixed` @@ -1153,8 +1047,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCall(int $call): mixed` @@ -1174,8 +1066,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCdnConfig(string $datacenter): \Amp\Promise` @@ -1191,8 +1081,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConfig(array $config, array $options): \Amp\Promise` @@ -1209,8 +1097,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDNSClient(): mixed` @@ -1227,8 +1113,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDataCenterConnections(): mixed` @@ -1245,16 +1129,12 @@ array<\danog\MadelineProto\DataCenterConnection>|\Amp\Promise` @@ -1295,8 +1173,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getEventHandler(): mixed` @@ -1313,8 +1189,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getExtensionFromLocation(mixed $location, string $default): string` @@ -1326,8 +1200,6 @@ Parameters: * `$default`: `string` Default extension ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getExtensionFromMime(string $mime): string` @@ -1338,8 +1210,6 @@ Parameters: * `$mime`: `string` MIME type ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFileInfo(mixed $constructor): \Amp\Promise` @@ -1355,8 +1225,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFolderId(mixed $id): ?int` @@ -1367,8 +1235,6 @@ Parameters: * `$id`: `mixed` Object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullDialogs(bool $force): \Amp\Promise` @@ -1384,8 +1250,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullInfo(mixed $id): \Amp\Promise FullInfo object` @@ -1408,8 +1272,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getHTTPClient(): mixed` @@ -1426,8 +1288,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getHint(): mixed` @@ -1443,8 +1303,6 @@ string|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getId(mixed $id): int` @@ -1455,8 +1313,6 @@ Parameters: * `$id`: `mixed` Peer ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getInfo(mixed $id, bool $recursive): \Amp\Promise Info object` @@ -1481,16 +1337,12 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getLogger()` Get logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodNamespaces(): mixed` @@ -1506,8 +1358,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodsNamespaced(): mixed` @@ -1523,8 +1373,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMimeFromBuffer(string $buffer): string` @@ -1535,8 +1383,6 @@ Parameters: * `$buffer`: `string` Buffer ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMimeFromExtension(string $extension, string $default): string` @@ -1548,8 +1394,6 @@ Parameters: * `$default`: `string` Default mime type ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMimeFromFile(string $file): string` @@ -1560,8 +1404,6 @@ Parameters: * `$file`: `string` File ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPropicInfo(mixed $messageMedia): \Amp\Promise` @@ -1581,16 +1423,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPsrLogger()` Get PSR logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPwrChat(mixed $id): \Amp\Promise Chat object` @@ -1608,8 +1446,6 @@ Return value: Chat object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSecretChat(array|int $chat): mixed` @@ -1629,16 +1465,12 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSelf(): array|bool` Get info about the logged-in user, cached. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSettings(): mixed` @@ -1655,8 +1487,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getTL(): mixed` @@ -1673,8 +1503,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getVar(object $obj, string $var): mixed` @@ -1686,8 +1514,6 @@ Parameters: * `$var`: `string` Attribute name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWebTemplate(): mixed` @@ -1703,8 +1529,6 @@ string|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasAllAuth(): mixed` @@ -1720,8 +1544,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasEventHandler(): mixed` @@ -1737,8 +1559,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasReportPeers(): mixed` @@ -1754,8 +1574,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasSecretChat(array|int $chat): mixed` @@ -1775,8 +1593,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasVar(object $obj, string $var): bool` @@ -1788,8 +1604,6 @@ Parameters: * `$var`: `string` Attribute name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `importAuthorization(mixed $authorization): \Amp\Promise` @@ -1805,8 +1619,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `inflateStripped(string $stripped): \string JPG payload` @@ -1819,8 +1631,6 @@ Parameters: Return value: JPG payload ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `initSelfRestart(): mixed` @@ -1836,16 +1646,12 @@ void|\Amp\Promise ---- -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` @@ -1856,8 +1662,6 @@ Parameters: * `$var`: `mixed` Value to check ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isIpc(): mixed` @@ -1873,8 +1677,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isSupergroup(int $id): bool` @@ -1885,8 +1687,6 @@ Parameters: * `$id`: `int` Bot API ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `logger(string $param, int $level, string $file): mixed` @@ -1908,8 +1708,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `logout(): \Amp\Promise` @@ -1921,8 +1719,6 @@ Log out currently logged in user. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loop(callable|null $callback): \Amp\Promise` @@ -1938,8 +1734,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loopFork(): \Amp\Promise` @@ -1951,8 +1745,6 @@ Start MadelineProto's update handling loop in background. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `markdownEscape(string $hwat): string` @@ -1963,8 +1755,6 @@ Parameters: * `$hwat`: `string` String to escape ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbStrSplit(string $text, int $length): array` @@ -1976,8 +1766,6 @@ Parameters: * `$length`: `int` Length ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbStrlen(string $text): float|int` @@ -1988,8 +1776,6 @@ Parameters: * `$text`: `string` Text ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbSubstr(string $text, int $offset, ?int $length): string` @@ -2002,8 +1788,6 @@ Parameters: * `$length`: `?int` Length ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCall(string $method, array|\Generator $args, array $aargs): \Amp\Promise` @@ -2026,8 +1810,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallWrite(string $method, array|\Generator $args, array $aargs): \Amp\Promise` @@ -2050,8 +1832,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodEscape(string $method): string` @@ -2062,8 +1842,6 @@ Parameters: * `$method`: `string` Method name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packDouble(float $value): string` @@ -2074,8 +1852,6 @@ Parameters: * `$value`: `float` Value to convert ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packSignedInt(int $value): string` @@ -2086,8 +1862,6 @@ Parameters: * `$value`: `int` Value to convert ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packSignedLong(int $value): string` @@ -2098,8 +1872,6 @@ Parameters: * `$value`: `int` Value to convert ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packUnsignedInt(int $value): string` @@ -2110,8 +1882,6 @@ Parameters: * `$value`: `int` Value ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `peerIsset(mixed $id): \Amp\Promise` @@ -2131,8 +1901,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `phoneLogin(string $number, int $sms_type): \Amp\Promise` @@ -2149,8 +1917,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `posmod(int $a, int $b): \int Modulo` @@ -2165,8 +1931,6 @@ Parameters: Return value: Modulo ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `random(int $length): \string Random string` @@ -2179,8 +1943,6 @@ Parameters: Return value: Random string ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `randomInt(int $modulus): int` @@ -2191,8 +1953,6 @@ Parameters: * `$modulus`: `int` Modulus ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `readLine(string $prompt): \Amp\Promise` @@ -2208,8 +1968,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rekey(int $chat): \Amp\Promise` @@ -2225,8 +1983,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `report(string $message, string $parseMode): \Amp\Promise` @@ -2243,8 +1999,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `requestCall(mixed $user): \Amp\Promise` @@ -2260,8 +2014,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `requestSecretChat(mixed $user): \Amp\Promise` @@ -2277,8 +2029,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `resetUpdateState(): mixed` @@ -2294,8 +2044,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `resolveUsername(string $username): \Amp\Promise` @@ -2311,16 +2059,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `restart(): void` Restart update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rethrow(\Throwable $e, string $file): void` @@ -2337,8 +2081,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rleDecode(string $string): string` @@ -2349,8 +2091,6 @@ Parameters: * `$string`: `string` Data to decode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rleEncode(string $string): string` @@ -2361,8 +2101,6 @@ Parameters: * `$string`: `string` Data to encode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `secretChatStatus(int $chat): mixed` @@ -2382,16 +2120,12 @@ int|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `serializeAll(): void` Serialize all instances. CALLED ONLY ON SHUTDOWN. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setCallback(callable $callback): mixed` @@ -2411,8 +2145,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setEventHandler(class-string<\danog\MadelineProto\EventHandler> $eventHandler): \Amp\Promise` @@ -2429,8 +2161,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setNoop(): mixed` @@ -2446,8 +2176,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setReportPeers(int|string $userOrId): \Amp\Promise` @@ -2463,8 +2191,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setVar(object $obj, string $var, mixed $val): void` @@ -2477,8 +2203,6 @@ Parameters: * `$val`: `mixed` Attribute value ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setWebTemplate(string $template): mixed` @@ -2498,8 +2222,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setWebhook(string $hook_url, string $pem_path): mixed` @@ -2520,8 +2242,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setupLogger(): mixed` @@ -2537,8 +2257,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `sleep(int|float $time): \Amp\Promise` @@ -2554,8 +2272,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `some((\Promise|\Generator)[] $promises): \Amp\Promise` @@ -2573,8 +2289,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `start(): \Amp\Promise` @@ -2586,16 +2300,12 @@ Log in to telegram (via CLI or web). ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `stop(): void` Stop update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdToMTProto(array $params): \Amp\Promise` @@ -2611,8 +2321,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdToTdcli(mixed $params): mixed` @@ -2623,8 +2331,6 @@ Parameters: * `$params`: `mixed` Parameters ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdcliToTd(array $params, array $key): mixed` @@ -2645,8 +2351,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `timeout(\Generator|\Promise $promise, int $timeout): \Amp\Promise` @@ -2665,8 +2369,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `timeoutWithDefault(\Promise|\Generator $promise, int $timeout, mixed $default): \Amp\Promise<\TReturn>|\Promise<\TReturnAlt>` @@ -2699,8 +2401,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toCamelCase(string $input): string` @@ -2711,8 +2411,6 @@ Parameters: * `$input`: `string` String ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toSnakeCase(string $input): string` @@ -2723,8 +2421,6 @@ Parameters: * `$input`: `string` String ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toSupergroup(int $id): float|int` @@ -2735,8 +2431,6 @@ Parameters: * `$id`: `int` MTProto channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `typeEscape(string $type): string` @@ -2747,8 +2441,6 @@ Parameters: * `$type`: `string` String to escape ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackDouble(string $value): float` @@ -2759,8 +2451,6 @@ Parameters: * `$value`: `string` Value to unpack ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackFileId(string $fileId): mixed` @@ -2780,8 +2470,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackSignedInt(string $value): int` @@ -2792,8 +2480,6 @@ Parameters: * `$value`: `string` base256 int ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackSignedLong(string $value): int` @@ -2804,8 +2490,6 @@ Parameters: * `$value`: `string` base256 long ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackSignedLongString(string $value): string` @@ -2816,8 +2500,6 @@ Parameters: * `$value`: `string` base256 long ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unsetEventHandler(bool $disableUpdateHandling): mixed` @@ -2837,8 +2519,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `update2fa(array $params): \Amp\Promise` @@ -2854,8 +2534,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `updateSettings(\danog\MadelineProto\SettingsAbstract $settings): \Amp\Promise` @@ -2872,8 +2550,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `upload(\danog\MadelineProto\FileCallbackInterface|string|array $file, string $fileName, callable $cb, bool $encrypted): \Amp\Promise` @@ -2897,8 +2573,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadEncrypted(\danog\MadelineProto\FileCallbackInterface|string|array $file, string $fileName, callable $cb): \Amp\Promise` @@ -2921,8 +2595,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromCallable(mixed $callable, int $size, string $mime, string $fileName, callable $cb, bool $seekable, bool $encrypted): \Amp\Promise` @@ -2949,8 +2621,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): \Amp\Promise` @@ -2975,8 +2645,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromTgfile(mixed $media, callable $cb, bool $encrypted): \Amp\Promise` @@ -2998,8 +2666,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromUrl(string|\danog\MadelineProto\FileCallbackInterface $url, int $size, string $fileName, callable $cb, bool $encrypted): \Amp\Promise` @@ -3024,8 +2690,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `wait(\Generator|\Promise $promise, bool $ignoreSignal): mixed` @@ -3043,8 +2707,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `async(bool $async): void` @@ -3055,16 +2717,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` @@ -3076,16 +2734,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` @@ -3096,24 +2750,18 @@ Parameters: * `$inited`: `bool` Whether to mark the instance as inited or deinited ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWebAPITemplate(): string` Get web API login HTML template string. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setWebAPITemplate(): void` Set web API login HTML template string. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHP/danog/MadelineProto/Coroutine.md b/docs/PHP/danog/MadelineProto/Coroutine.md index c4ce50db..49bfd76f 100644 --- a/docs/PHP/danog/MadelineProto/Coroutine.md +++ b/docs/PHP/danog/MadelineProto/Coroutine.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Db/DbArray.md b/docs/PHP/danog/MadelineProto/Db/DbArray.md index d0b81394..cf428036 100644 --- a/docs/PHP/danog/MadelineProto/Db/DbArray.md +++ b/docs/PHP/danog/MadelineProto/Db/DbArray.md @@ -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` @@ -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` @@ -163,8 +149,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHP/danog/MadelineProto/Db/Driver/Mysql.md b/docs/PHP/danog/MadelineProto/Db/Driver/Mysql.md index d9c1e007..3f0bbca7 100644 --- a/docs/PHP/danog/MadelineProto/Db/Driver/Mysql.md +++ b/docs/PHP/danog/MadelineProto/Db/Driver/Mysql.md @@ -39,8 +39,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHP/danog/MadelineProto/Db/Driver/Postgres.md b/docs/PHP/danog/MadelineProto/Db/Driver/Postgres.md index 28857a53..81e0d092 100644 --- a/docs/PHP/danog/MadelineProto/Db/Driver/Postgres.md +++ b/docs/PHP/danog/MadelineProto/Db/Driver/Postgres.md @@ -39,8 +39,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHP/danog/MadelineProto/Db/Driver/Redis.md b/docs/PHP/danog/MadelineProto/Db/Driver/Redis.md index aee0b26f..45703b7a 100644 --- a/docs/PHP/danog/MadelineProto/Db/Driver/Redis.md +++ b/docs/PHP/danog/MadelineProto/Db/Driver/Redis.md @@ -44,8 +44,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHP/danog/MadelineProto/Db/DriverArray.md b/docs/PHP/danog/MadelineProto/Db/DriverArray.md index 4db972fb..f54aa57e 100644 --- a/docs/PHP/danog/MadelineProto/Db/DriverArray.md +++ b/docs/PHP/danog/MadelineProto/Db/DriverArray.md @@ -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` @@ -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` @@ -163,8 +149,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHP/danog/MadelineProto/Db/MemoryArray.md b/docs/PHP/danog/MadelineProto/Db/MemoryArray.md index 1aa79f23..07883f69 100644 --- a/docs/PHP/danog/MadelineProto/Db/MemoryArray.md +++ b/docs/PHP/danog/MadelineProto/Db/MemoryArray.md @@ -41,8 +41,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHP/danog/MadelineProto/Db/MysqlArray.md b/docs/PHP/danog/MadelineProto/Db/MysqlArray.md index aadb8f8e..eb49e7ae 100644 --- a/docs/PHP/danog/MadelineProto/Db/MysqlArray.md +++ b/docs/PHP/danog/MadelineProto/Db/MysqlArray.md @@ -35,8 +35,6 @@ Initialize on startup. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isset( $key): \Promise 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 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) diff --git a/docs/PHP/danog/MadelineProto/Db/PostgresArray.md b/docs/PHP/danog/MadelineProto/Db/PostgresArray.md index c0095417..7e98236f 100644 --- a/docs/PHP/danog/MadelineProto/Db/PostgresArray.md +++ b/docs/PHP/danog/MadelineProto/Db/PostgresArray.md @@ -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 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` @@ -115,8 +105,6 @@ Get array copy. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `count(): \Promise 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) diff --git a/docs/PHP/danog/MadelineProto/Db/RedisArray.md b/docs/PHP/danog/MadelineProto/Db/RedisArray.md index a23d5b81..9bf4f03d 100644 --- a/docs/PHP/danog/MadelineProto/Db/RedisArray.md +++ b/docs/PHP/danog/MadelineProto/Db/RedisArray.md @@ -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 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` @@ -115,8 +105,6 @@ Get array copy. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `count(): \Promise 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) diff --git a/docs/PHP/danog/MadelineProto/Db/SqlArray.md b/docs/PHP/danog/MadelineProto/Db/SqlArray.md index e210fc98..4dbfaeff 100644 --- a/docs/PHP/danog/MadelineProto/Db/SqlArray.md +++ b/docs/PHP/danog/MadelineProto/Db/SqlArray.md @@ -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` @@ -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) diff --git a/docs/PHP/danog/MadelineProto/EventHandler.md b/docs/PHP/danog/MadelineProto/EventHandler.md index 8eb5dd00..a6ecd454 100644 --- a/docs/PHP/danog/MadelineProto/EventHandler.md +++ b/docs/PHP/danog/MadelineProto/EventHandler.md @@ -195,8 +195,6 @@ Event handler. Get peers where to send error reports. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAPI(): \danog\MadelineProto\MTProto` @@ -208,8 +206,6 @@ Get API instance. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToBotAPI(array $data): \Amp\Promise` @@ -225,8 +221,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToTd(mixed $params): \Amp\Promise` @@ -242,8 +236,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToTdcli(mixed $params): \Amp\Promise` @@ -259,8 +251,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptCall(array $call): \Amp\Promise` @@ -276,8 +266,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptSecretChat(array $params): \Amp\Promise` @@ -293,8 +281,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptTos(): \Amp\Promise` @@ -306,8 +292,6 @@ Accept terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `addUser(array $user): \Amp\Promise` @@ -323,8 +307,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `after(\Generator|\Promise $a, \Generator|\Promise $b): \Amp\Promise` @@ -343,8 +325,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `all((\Generator|\Promise)[] $promises): \Amp\Promise` @@ -362,8 +342,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `any((\Promise|\Generator)[] $promises): \Amp\Promise` @@ -381,8 +359,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `arr(mixed $params): array` @@ -393,8 +369,6 @@ Parameters: * `$params`: `mixed` Params ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `base64urlDecode(string $data): string` @@ -405,8 +379,6 @@ Parameters: * `$data`: `string` Data to decode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `base64urlEncode(string $data): string` @@ -417,8 +389,6 @@ Parameters: * `$data`: `string` Data to encode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botAPIToMTProto(array $arguments): \Amp\Promise` @@ -434,8 +404,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botLogin(string $token): \Amp\Promise` @@ -451,8 +419,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `call(\Generator|\Promise|mixed $promise): \Amp\Promise` @@ -479,8 +445,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` @@ -500,8 +464,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `callForkDefer(\Generator|\Promise $promise): void` @@ -518,8 +480,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `callStatus(int $id): mixed` @@ -539,8 +499,6 @@ int|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `checkTos(): \Amp\Promise` @@ -552,8 +510,6 @@ Check for terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `cleanup(): \Amp\Promise` @@ -565,8 +521,6 @@ Cleanup memory and session file. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `closeConnection(string $message): void` @@ -577,8 +531,6 @@ Parameters: * `$message`: `string` Message ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `complete2faLogin(string $password): \Amp\Promise` @@ -594,8 +546,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeCall(array $params): \Amp\Promise` @@ -611,8 +561,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completePhoneLogin(string $code): \Amp\Promise` @@ -628,8 +576,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeSignup(string $first_name, string $last_name): \Amp\Promise` @@ -646,8 +592,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `confirmCall(array $params): \Amp\Promise` @@ -663,8 +607,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `connectToAllDcs(bool $reconnectAll): \Amp\Promise` @@ -680,8 +622,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `declineTos(): \Amp\Promise` @@ -693,8 +633,6 @@ THIS WILL DELETE YOUR ACCOUNT! ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardCall(array $call, array $reason, array $rating, bool $need_debug): \Amp\Promise` @@ -713,8 +651,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardSecretChat(int $chat): \Amp\Promise` @@ -730,8 +666,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToBrowser(array|string $messageMedia, callable $cb): \Amp\Promise` @@ -748,8 +682,6 @@ Parameters: ---- -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): \Amp\Promise` @@ -778,8 +710,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToDir(mixed $messageMedia, string|\danog\MadelineProto\FileCallbackInterface $dir, callable $cb): \Amp\Promise` @@ -802,8 +732,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToFile(mixed $messageMedia, string|\danog\MadelineProto\FileCallbackInterface $file, callable $cb): \Amp\Promise Downloaded file path` @@ -828,8 +756,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToResponse(array|string $messageMedia, \ServerRequest $request, callable $cb): \Amp\Promise Returned response` @@ -855,8 +781,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToStream(mixed $messageMedia, mixed|\danog\MadelineProto\FileCallbackInterface $stream, callable $cb, int $offset, int $end): \Amp\Promise` @@ -881,8 +805,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `echo(string $string): \Amp\Promise` @@ -898,8 +820,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `end(array $what): mixed` @@ -910,8 +830,6 @@ Parameters: * `$what`: `array` Array ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `exportAuthorization(): \Amp\Promise` @@ -927,8 +845,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `extractBotAPIFile(array $info): ?array` @@ -939,8 +855,6 @@ Parameters: * `$info`: `array` Bot API message object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fileGetContents(string $url): \Amp\Promise` @@ -960,8 +874,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `first((\Promise|\Generator)[] $promises): \Amp\Promise` @@ -979,8 +891,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `flock(string $file, int $operation, float $polling, ?\Promise $token, ?callable $failureCb): \Amp\Promise` @@ -1002,8 +912,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fromSupergroup(int $id): float|int` @@ -1014,8 +922,6 @@ Parameters: * `$id`: `int` Bot API channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fullChatLastUpdated(mixed $id): \Amp\Promise` @@ -1031,8 +937,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fullGetSelf(): \Amp\Promise` @@ -1044,8 +948,6 @@ Get info about the logged-in user, not cached. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `genVectorHash(array $ints): \int Vector hash` @@ -1058,8 +960,6 @@ Parameters: Return value: Vector hash ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAllMethods(): mixed` @@ -1075,8 +975,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAuthorization(): mixed` @@ -1092,8 +990,6 @@ int|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCachedConfig(): mixed` @@ -1109,8 +1005,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCall(int $call): mixed` @@ -1130,8 +1024,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCdnConfig(string $datacenter): \Amp\Promise` @@ -1147,8 +1039,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConfig(array $config, array $options): \Amp\Promise` @@ -1165,8 +1055,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDNSClient(): mixed` @@ -1183,8 +1071,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDataCenterConnections(): mixed` @@ -1201,16 +1087,12 @@ array<\danog\MadelineProto\DataCenterConnection>|\Amp\Promise` @@ -1251,8 +1131,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getEventHandler(): mixed` @@ -1269,8 +1147,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getExtensionFromLocation(mixed $location, string $default): string` @@ -1282,8 +1158,6 @@ Parameters: * `$default`: `string` Default extension ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getExtensionFromMime(string $mime): string` @@ -1294,8 +1168,6 @@ Parameters: * `$mime`: `string` MIME type ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFileInfo(mixed $constructor): \Amp\Promise` @@ -1311,8 +1183,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFolderId(mixed $id): ?int` @@ -1323,8 +1193,6 @@ Parameters: * `$id`: `mixed` Object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullDialogs(bool $force): \Amp\Promise` @@ -1340,8 +1208,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullInfo(mixed $id): \Amp\Promise FullInfo object` @@ -1364,8 +1230,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getHTTPClient(): mixed` @@ -1382,8 +1246,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getHint(): mixed` @@ -1399,8 +1261,6 @@ string|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getId(mixed $id): int` @@ -1411,8 +1271,6 @@ Parameters: * `$id`: `mixed` Peer ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getInfo(mixed $id, bool $recursive): \Amp\Promise Info object` @@ -1437,16 +1295,12 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getLogger()` Get logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodNamespaces(): mixed` @@ -1462,8 +1316,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodsNamespaced(): mixed` @@ -1479,8 +1331,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMimeFromBuffer(string $buffer): string` @@ -1491,8 +1341,6 @@ Parameters: * `$buffer`: `string` Buffer ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMimeFromExtension(string $extension, string $default): string` @@ -1504,8 +1352,6 @@ Parameters: * `$default`: `string` Default mime type ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMimeFromFile(string $file): string` @@ -1516,8 +1362,6 @@ Parameters: * `$file`: `string` File ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPropicInfo(mixed $messageMedia): \Amp\Promise` @@ -1537,16 +1381,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPsrLogger()` Get PSR logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPwrChat(mixed $id): \Amp\Promise Chat object` @@ -1564,8 +1404,6 @@ Return value: Chat object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSecretChat(array|int $chat): mixed` @@ -1585,16 +1423,12 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSelf(): array|bool` Get info about the logged-in user, cached. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSettings(): mixed` @@ -1611,8 +1445,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getTL(): mixed` @@ -1629,8 +1461,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getVar(object $obj, string $var): mixed` @@ -1642,8 +1472,6 @@ Parameters: * `$var`: `string` Attribute name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWebTemplate(): mixed` @@ -1659,8 +1487,6 @@ string|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasAllAuth(): mixed` @@ -1676,8 +1502,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasEventHandler(): mixed` @@ -1693,8 +1517,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasReportPeers(): mixed` @@ -1710,8 +1532,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasSecretChat(array|int $chat): mixed` @@ -1731,8 +1551,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasVar(object $obj, string $var): bool` @@ -1744,8 +1562,6 @@ Parameters: * `$var`: `string` Attribute name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `importAuthorization(mixed $authorization): \Amp\Promise` @@ -1761,8 +1577,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `inflateStripped(string $stripped): \string JPG payload` @@ -1775,8 +1589,6 @@ Parameters: Return value: JPG payload ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `initSelfRestart(): mixed` @@ -1792,16 +1604,12 @@ void|\Amp\Promise ---- -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` @@ -1812,8 +1620,6 @@ Parameters: * `$var`: `mixed` Value to check ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isIpc(): mixed` @@ -1829,8 +1635,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isSupergroup(int $id): bool` @@ -1841,8 +1645,6 @@ Parameters: * `$id`: `int` Bot API ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `logger(string $param, int $level, string $file): mixed` @@ -1864,8 +1666,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `logout(): \Amp\Promise` @@ -1877,8 +1677,6 @@ Log out currently logged in user. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loop(callable|null $callback): \Amp\Promise` @@ -1894,8 +1692,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loopFork(): \Amp\Promise` @@ -1907,8 +1703,6 @@ Start MadelineProto's update handling loop in background. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `markdownEscape(string $hwat): string` @@ -1919,8 +1713,6 @@ Parameters: * `$hwat`: `string` String to escape ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbStrSplit(string $text, int $length): array` @@ -1932,8 +1724,6 @@ Parameters: * `$length`: `int` Length ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbStrlen(string $text): float|int` @@ -1944,8 +1734,6 @@ Parameters: * `$text`: `string` Text ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbSubstr(string $text, int $offset, ?int $length): string` @@ -1958,8 +1746,6 @@ Parameters: * `$length`: `?int` Length ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCall(string $method, array|\Generator $args, array $aargs): \Amp\Promise` @@ -1982,8 +1768,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallWrite(string $method, array|\Generator $args, array $aargs): \Amp\Promise` @@ -2006,8 +1790,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodEscape(string $method): string` @@ -2018,8 +1800,6 @@ Parameters: * `$method`: `string` Method name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packDouble(float $value): string` @@ -2030,8 +1810,6 @@ Parameters: * `$value`: `float` Value to convert ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packSignedInt(int $value): string` @@ -2042,8 +1820,6 @@ Parameters: * `$value`: `int` Value to convert ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packSignedLong(int $value): string` @@ -2054,8 +1830,6 @@ Parameters: * `$value`: `int` Value to convert ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packUnsignedInt(int $value): string` @@ -2066,8 +1840,6 @@ Parameters: * `$value`: `int` Value ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `peerIsset(mixed $id): \Amp\Promise` @@ -2087,8 +1859,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `phoneLogin(string $number, int $sms_type): \Amp\Promise` @@ -2105,8 +1875,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `posmod(int $a, int $b): \int Modulo` @@ -2121,8 +1889,6 @@ Parameters: Return value: Modulo ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `random(int $length): \string Random string` @@ -2135,8 +1901,6 @@ Parameters: Return value: Random string ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `randomInt(int $modulus): int` @@ -2147,8 +1911,6 @@ Parameters: * `$modulus`: `int` Modulus ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `readLine(string $prompt): \Amp\Promise` @@ -2164,8 +1926,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rekey(int $chat): \Amp\Promise` @@ -2181,8 +1941,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `report(string $message, string $parseMode): \Amp\Promise` @@ -2199,8 +1957,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `requestCall(mixed $user): \Amp\Promise` @@ -2216,8 +1972,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `requestSecretChat(mixed $user): \Amp\Promise` @@ -2233,8 +1987,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `resetUpdateState(): mixed` @@ -2250,8 +2002,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `resolveUsername(string $username): \Amp\Promise` @@ -2267,16 +2017,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `restart(): void` Restart update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rethrow(\Throwable $e, string $file): void` @@ -2293,8 +2039,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rleDecode(string $string): string` @@ -2305,8 +2049,6 @@ Parameters: * `$string`: `string` Data to decode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rleEncode(string $string): string` @@ -2317,8 +2059,6 @@ Parameters: * `$string`: `string` Data to encode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `secretChatStatus(int $chat): mixed` @@ -2338,16 +2078,12 @@ int|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `serializeAll(): void` Serialize all instances. CALLED ONLY ON SHUTDOWN. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setCallback(callable $callback): mixed` @@ -2367,8 +2103,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setEventHandler(class-string<\danog\MadelineProto\EventHandler> $eventHandler): \Amp\Promise` @@ -2385,8 +2119,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setNoop(): mixed` @@ -2402,8 +2134,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setReportPeers(int|string $userOrId): \Amp\Promise` @@ -2419,8 +2149,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setVar(object $obj, string $var, mixed $val): void` @@ -2433,8 +2161,6 @@ Parameters: * `$val`: `mixed` Attribute value ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setWebTemplate(string $template): mixed` @@ -2454,8 +2180,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setWebhook(string $hook_url, string $pem_path): mixed` @@ -2476,8 +2200,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setupLogger(): mixed` @@ -2493,8 +2215,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `sleep(int|float $time): \Amp\Promise` @@ -2510,8 +2230,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `some((\Promise|\Generator)[] $promises): \Amp\Promise` @@ -2529,8 +2247,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `start(): \Amp\Promise` @@ -2542,16 +2258,12 @@ Log in to telegram (via CLI or web). ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `stop(): void` Stop update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdToMTProto(array $params): \Amp\Promise` @@ -2567,8 +2279,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdToTdcli(mixed $params): mixed` @@ -2579,8 +2289,6 @@ Parameters: * `$params`: `mixed` Parameters ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdcliToTd(array $params, array $key): mixed` @@ -2601,8 +2309,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `timeout(\Generator|\Promise $promise, int $timeout): \Amp\Promise` @@ -2621,8 +2327,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `timeoutWithDefault(\Promise|\Generator $promise, int $timeout, mixed $default): \Amp\Promise<\TReturn>|\Promise<\TReturnAlt>` @@ -2655,8 +2359,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toCamelCase(string $input): string` @@ -2667,8 +2369,6 @@ Parameters: * `$input`: `string` String ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toSnakeCase(string $input): string` @@ -2679,8 +2379,6 @@ Parameters: * `$input`: `string` String ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toSupergroup(int $id): float|int` @@ -2691,8 +2389,6 @@ Parameters: * `$id`: `int` MTProto channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `typeEscape(string $type): string` @@ -2703,8 +2399,6 @@ Parameters: * `$type`: `string` String to escape ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackDouble(string $value): float` @@ -2715,8 +2409,6 @@ Parameters: * `$value`: `string` Value to unpack ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackFileId(string $fileId): mixed` @@ -2736,8 +2428,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackSignedInt(string $value): int` @@ -2748,8 +2438,6 @@ Parameters: * `$value`: `string` base256 int ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackSignedLong(string $value): int` @@ -2760,8 +2448,6 @@ Parameters: * `$value`: `string` base256 long ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackSignedLongString(string $value): string` @@ -2772,8 +2458,6 @@ Parameters: * `$value`: `string` base256 long ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unsetEventHandler(bool $disableUpdateHandling): mixed` @@ -2793,8 +2477,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `update2fa(array $params): \Amp\Promise` @@ -2810,8 +2492,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `updateSettings(\danog\MadelineProto\SettingsAbstract $settings): \Amp\Promise` @@ -2828,8 +2508,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `upload(\danog\MadelineProto\FileCallbackInterface|string|array $file, string $fileName, callable $cb, bool $encrypted): \Amp\Promise` @@ -2853,8 +2531,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadEncrypted(\danog\MadelineProto\FileCallbackInterface|string|array $file, string $fileName, callable $cb): \Amp\Promise` @@ -2877,8 +2553,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromCallable(mixed $callable, int $size, string $mime, string $fileName, callable $cb, bool $seekable, bool $encrypted): \Amp\Promise` @@ -2905,8 +2579,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): \Amp\Promise` @@ -2931,8 +2603,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromTgfile(mixed $media, callable $cb, bool $encrypted): \Amp\Promise` @@ -2954,8 +2624,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromUrl(string|\danog\MadelineProto\FileCallbackInterface $url, int $size, string $fileName, callable $cb, bool $encrypted): \Amp\Promise` @@ -2980,8 +2648,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `wait(\Generator|\Promise $promise, bool $ignoreSignal): mixed` @@ -2999,8 +2665,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `async(bool $async): void` @@ -3011,16 +2675,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` @@ -3032,16 +2692,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` @@ -3052,8 +2708,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) diff --git a/docs/PHP/danog/MadelineProto/Exception.md b/docs/PHP/danog/MadelineProto/Exception.md index 421144f5..a606be54 100644 --- a/docs/PHP/danog/MadelineProto/Exception.md +++ b/docs/PHP/danog/MadelineProto/Exception.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/FileCallback.md b/docs/PHP/danog/MadelineProto/FileCallback.md index fdbfdd61..43bcdebe 100644 --- a/docs/PHP/danog/MadelineProto/FileCallback.md +++ b/docs/PHP/danog/MadelineProto/FileCallback.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/FileCallbackInterface.md b/docs/PHP/danog/MadelineProto/FileCallbackInterface.md index 8c6fae6e..97496daa 100644 --- a/docs/PHP/danog/MadelineProto/FileCallbackInterface.md +++ b/docs/PHP/danog/MadelineProto/FileCallbackInterface.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Logger.md b/docs/PHP/danog/MadelineProto/Logger.md index 9ef8c73b..a0413b11 100644 --- a/docs/PHP/danog/MadelineProto/Logger.md +++ b/docs/PHP/danog/MadelineProto/Logger.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Lua.md b/docs/PHP/danog/MadelineProto/Lua.md index da5dc6ee..f6971fbf 100644 --- a/docs/PHP/danog/MadelineProto/Lua.md +++ b/docs/PHP/danog/MadelineProto/Lua.md @@ -28,8 +28,6 @@ Lua interface. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHP/danog/MadelineProto/MTProto.md b/docs/PHP/danog/MadelineProto/MTProto.md index 3e1bfdd9..6de32a95 100644 --- a/docs/PHP/danog/MadelineProto/MTProto.md +++ b/docs/PHP/danog/MadelineProto/MTProto.md @@ -175,16 +175,12 @@ Serialize session, returning object to serialize to db. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `serializeAll(): void` Serialize all instances. CALLED ONLY ON SHUTDOWN. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `cleanup(): \Generator` @@ -196,8 +192,6 @@ Cleanup memory and session file. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `logger(string $param, int $level, string $file): void` @@ -210,24 +204,18 @@ Parameters: * `$file`: `string` File where the message originated ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodNamespaces(): array` Get TL namespaces. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodsNamespaced(): array` Get namespaced methods (method => namespace). ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getTL(): \danog\MadelineProto\TL\TL` @@ -239,24 +227,18 @@ Get TL serializer. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getLogger()` Get logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPsrLogger()` Get PSR logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getHTTPClient(): \Amp\Http\Client\HttpClient` @@ -268,8 +250,6 @@ Get async HTTP client. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDNSClient(): \Amp\Dns\Resolver` @@ -281,8 +261,6 @@ Get async DNS client. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fileGetContents(string $url): \Generator` @@ -303,8 +281,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDataCenterConnections(): \danog\MadelineProto\DataCenterConnection[]` @@ -316,24 +292,18 @@ Get all datacenter connections. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDataCenterId(): int|string` Get main DC ID. ---- -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) ### `updateSettings(\danog\MadelineProto\SettingsAbstract $settings): \Generator` @@ -350,8 +320,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSettings(): \danog\MadelineProto\Settings` @@ -363,24 +331,18 @@ Return current settings. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setupLogger(): void` Setup logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasAllAuth(): bool` Checks whether all datacenters are authorized. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `connectToAllDcs(bool $reconnectAll): \Generator` @@ -396,16 +358,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `resetUpdateState(): void` Reset the update state and fetch all updates from the beginning. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCdnConfig(string $datacenter): \Generator` @@ -421,16 +379,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCachedConfig(): array` Get cached server-side config. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConfig(array $config, array $options): \Generator` @@ -447,16 +401,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSelf(): array|bool` Get info about the logged-in user, cached. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fullGetSelf(): \Generator` @@ -468,32 +418,24 @@ Get info about the logged-in user, not cached. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAuthorization(): int` Get authorization info. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getHint(): string` Get current password hint. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasReportPeers(): bool` Check if has report peers. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setReportPeers(int|string $userOrId): \Generator` @@ -509,8 +451,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `report(string $message, string $parseMode): \Generator` @@ -527,56 +467,42 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAllMethods(): array` Get full list of MTProto and API methods. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodCallbacks(): array` Called right before serialization of method starts. Pass the method name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodBeforeCallbacks(): array` Called right before serialization of method starts. Pass the method name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConstructorCallbacks(): array` Called right after deserialization of object, passing the final object. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConstructorBeforeCallbacks(): array` Called right before deserialization of object. Pass only the constructor name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConstructorSerializeCallbacks(): array` Called right before serialization of constructor. Passed the object, will return a modified version. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getTypeMismatchCallbacks(): array` @@ -584,16 +510,12 @@ Called if objects of the specified type cannot be serialized. Passed the unserializable object, will try to convert it to an object of the proper type. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `init(): void` Blockingly init. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `initAsynchronously(): \Generator` @@ -605,16 +527,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` @@ -625,8 +543,6 @@ Parameters: * `$inited`: `bool` Whether to mark the instance as inited or deinited ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCall(string $method, array|\Generator $args, array $aargs): mixed` @@ -648,8 +564,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallAsyncRead(string $method, array|\Generator $args, array $aargs): \Generator` @@ -671,8 +585,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallAsyncWrite(string $method, array|\Generator $args, array $aargs): \Generator` @@ -694,8 +606,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toSupergroup(int $id): float|int` @@ -706,8 +616,6 @@ Parameters: * `$id`: `int` MTProto channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fromSupergroup(int $id): float|int` @@ -718,8 +626,6 @@ Parameters: * `$id`: `int` Bot API channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isSupergroup(int $id): bool` @@ -730,8 +636,6 @@ Parameters: * `$id`: `int` Bot API ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `addUser(array $user): \Generator` @@ -747,8 +651,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `peerIsset(mixed $id): \Generator` @@ -769,8 +671,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFolderId(mixed $id): ?int` @@ -781,8 +681,6 @@ Parameters: * `$id`: `mixed` Object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getId(mixed $id): int` @@ -793,8 +691,6 @@ Parameters: * `$id`: `mixed` Peer ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getInfo(mixed $id, bool $recursive): \Generator Info object` @@ -819,8 +715,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fullChatLastUpdated(mixed $id): \Generator` @@ -836,8 +730,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullInfo(mixed $id): \Generator FullInfo object` @@ -861,8 +753,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPwrChat(mixed $id): \Generator Chat object` @@ -880,8 +770,6 @@ Return value: Chat object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `resolveUsername(string $username): \Generator` @@ -897,8 +785,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromUrl(string|\danog\MadelineProto\FileCallbackInterface $url, int $size, string $fileName, callable $cb, bool $encrypted): \Generator` @@ -926,8 +812,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromCallable(mixed $callable, int $size, string $mime, string $fileName, callable $cb, bool $seekable, bool $encrypted): \Generator` @@ -955,8 +839,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromTgfile(mixed $media, callable $cb, bool $encrypted): \Generator` @@ -979,8 +861,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFileInfo(mixed $constructor): \Generator` @@ -996,8 +876,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPropicInfo(mixed $messageMedia): \Generator` @@ -1017,8 +895,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `extractBotAPIFile(array $info): ?array` @@ -1029,8 +905,6 @@ Parameters: * `$info`: `array` Bot API message object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDownloadInfo(mixed $messageMedia): \Generator` @@ -1050,8 +924,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToDir(mixed $messageMedia, string|\danog\MadelineProto\FileCallbackInterface $dir, callable $cb): \Generator` @@ -1077,8 +949,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` @@ -1106,8 +976,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` @@ -1137,8 +1005,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToBrowser(array|string $messageMedia, callable $cb): \Generator` @@ -1155,8 +1021,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` @@ -1183,8 +1047,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToResponse(array|string $messageMedia, \ServerRequest $request, callable $cb): \Generator Returned response` @@ -1210,8 +1072,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` @@ -1238,8 +1098,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` @@ -1267,8 +1125,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` @@ -1295,8 +1151,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptSecretChat(array $params): \Generator` @@ -1312,8 +1166,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `requestSecretChat(mixed $user): \Generator` @@ -1329,8 +1181,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rekey(int $chat): \Generator` @@ -1346,8 +1196,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `secretChatStatus(int $chat): \int One of MTProto::SECRET_EMPTY, MTProto::SECRET_REQUESTED, MTProto::SECRET_READY` @@ -1360,8 +1208,6 @@ Parameters: Return value: One of MTProto::SECRET_EMPTY, MTProto::SECRET_REQUESTED, MTProto::SECRET_READY ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSecretChat(array|int $chat): array` @@ -1372,8 +1218,6 @@ Parameters: * `$chat`: `array|int` Secret chat ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasSecretChat(array|int $chat): bool` @@ -1384,8 +1228,6 @@ Parameters: * `$chat`: `array|int` Secret chat ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardSecretChat(int $chat): \Generator` @@ -1401,8 +1243,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbStrlen(string $text): float|int` @@ -1413,8 +1253,6 @@ Parameters: * `$text`: `string` Text ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbSubstr(string $text, int $offset, ?int $length): string` @@ -1427,8 +1265,6 @@ Parameters: * `$length`: `?int` Length ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbStrSplit(string $text, int $length): array` @@ -1440,8 +1276,6 @@ Parameters: * `$length`: `int` Length ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToBotAPI(array $data): \Generator` @@ -1457,8 +1291,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botAPIToMTProto(array $arguments): \Generator` @@ -1474,8 +1306,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackFileId(string $fileId): \array Unpacked file ID` @@ -1488,8 +1318,6 @@ Parameters: Return value: Unpacked file ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdcliToTd(array $params, array $key): array` @@ -1501,8 +1329,6 @@ Parameters: * `$key`: `array` Key ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdToMTProto(array $params): \Generator` @@ -1518,8 +1344,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToTdcli(mixed $params): \Generator` @@ -1535,8 +1359,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToTd(mixed $params): \Generator` @@ -1552,8 +1374,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdToTdcli(mixed $params): mixed` @@ -1564,8 +1384,6 @@ Parameters: * `$params`: `mixed` Parameters ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `requestCall(mixed $user): \Generator` @@ -1581,8 +1399,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptCall(array $call): \Generator` @@ -1598,8 +1414,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `confirmCall(array $params): \Generator` @@ -1615,8 +1429,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeCall(array $params): \Generator` @@ -1632,8 +1444,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `callStatus(int $id): int` @@ -1644,8 +1454,6 @@ Parameters: * `$id`: `int` Call ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCall(int $call): array` @@ -1656,8 +1464,6 @@ Parameters: * `$call`: `int` Call ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardCall(array $call, array $reason, array $rating, bool $need_debug): \Generator` @@ -1676,8 +1482,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDialogs(bool $force): \Generator` @@ -1698,8 +1502,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullDialogs(bool $force): \Generator` @@ -1715,8 +1517,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setEventHandler(class-string<\danog\MadelineProto\EventHandler> $eventHandler): \Generator` @@ -1733,8 +1533,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unsetEventHandler(bool $disableUpdateHandling): void` @@ -1745,8 +1543,6 @@ Parameters: * `$disableUpdateHandling`: `bool` Whether to also disable internal update handling (will cause errors, otherwise will simply use the NOOP handler) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getEventHandler(): \danog\MadelineProto\EventHandler` @@ -1758,16 +1554,12 @@ Get event handler. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasEventHandler(): bool` Check if an event handler instance is present. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setWebhook(string $hook_url, string $pem_path): void` @@ -1779,8 +1571,6 @@ Parameters: * `$pem_path`: `string` PEM path for self-signed certificate ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setCallback(callable $callback): void` @@ -1791,8 +1581,6 @@ Parameters: * `$callback`: `callable` Callback ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `logout(): \Generator` @@ -1804,8 +1592,6 @@ Log out currently logged in user. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botLogin(string $token): \Generator` @@ -1821,8 +1607,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `phoneLogin(string $number, int $sms_type): \Generator` @@ -1839,8 +1623,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completePhoneLogin(string $code): \Generator` @@ -1856,8 +1638,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `importAuthorization(mixed $authorization): \Generator` @@ -1873,8 +1653,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `exportAuthorization(): \Generator` @@ -1890,8 +1668,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeSignup(string $first_name, string $last_name): \Generator` @@ -1908,8 +1684,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `complete2faLogin(string $password): \Generator` @@ -1925,8 +1699,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `update2fa(array $params): \Generator` @@ -1942,16 +1714,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `initSelfRestart(): void` Initialize self-restart hack. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loop(callable|null $callback): \Generator` @@ -1967,24 +1735,18 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `stop(): void` Stop update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `restart(): void` Restart update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loopFork(): \Amp\Promise` @@ -1996,8 +1758,6 @@ Start MadelineProto's update handling loop in background. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `closeConnection(string $message): void` @@ -2008,16 +1768,12 @@ Parameters: * `$message`: `string` Message ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setNoop(): void` Set NOOP update handler, ignoring all updates. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `start(): \Generator` @@ -2029,16 +1785,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` @@ -2049,8 +1801,6 @@ Parameters: * `$template`: `string` Template ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `checkTos(): \Generator` @@ -2062,8 +1812,6 @@ Check for terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptTos(): \Generator` @@ -2075,8 +1823,6 @@ Accept terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `declineTos(): \Generator` @@ -2088,8 +1834,6 @@ THIS WILL DELETE YOUR ACCOUNT! ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHP/danog/MadelineProto/MTProtoTools/CombinedUpdatesState.md b/docs/PHP/danog/MadelineProto/MTProtoTools/CombinedUpdatesState.md index e189c36c..2d9e96e8 100644 --- a/docs/PHP/danog/MadelineProto/MTProtoTools/CombinedUpdatesState.md +++ b/docs/PHP/danog/MadelineProto/MTProtoTools/CombinedUpdatesState.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/MTProtoTools/ResponseInfo.md b/docs/PHP/danog/MadelineProto/MTProtoTools/ResponseInfo.md index 973c27d7..8b003d0d 100644 --- a/docs/PHP/danog/MadelineProto/MTProtoTools/ResponseInfo.md +++ b/docs/PHP/danog/MadelineProto/MTProtoTools/ResponseInfo.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/MyTelegramOrgWrapper.md b/docs/PHP/danog/MadelineProto/MyTelegramOrgWrapper.md index 67340fd8..ad6556d2 100644 --- a/docs/PHP/danog/MadelineProto/MyTelegramOrgWrapper.md +++ b/docs/PHP/danog/MadelineProto/MyTelegramOrgWrapper.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/PTSException.md b/docs/PHP/danog/MadelineProto/PTSException.md index c82f274d..ab306b7e 100644 --- a/docs/PHP/danog/MadelineProto/PTSException.md +++ b/docs/PHP/danog/MadelineProto/PTSException.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/PsrLogger.md b/docs/PHP/danog/MadelineProto/PsrLogger.md index b115b669..caaab317 100644 --- a/docs/PHP/danog/MadelineProto/PsrLogger.md +++ b/docs/PHP/danog/MadelineProto/PsrLogger.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/RPCErrorException.md b/docs/PHP/danog/MadelineProto/RPCErrorException.md index 9b942e2a..0606c42f 100644 --- a/docs/PHP/danog/MadelineProto/RPCErrorException.md +++ b/docs/PHP/danog/MadelineProto/RPCErrorException.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings.md b/docs/PHP/danog/MadelineProto/Settings.md index cb618d30..24c22e57 100644 --- a/docs/PHP/danog/MadelineProto/Settings.md +++ b/docs/PHP/danog/MadelineProto/Settings.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/AppInfo.md b/docs/PHP/danog/MadelineProto/Settings/AppInfo.md index 4ef7ead7..51f40242 100644 --- a/docs/PHP/danog/MadelineProto/Settings/AppInfo.md +++ b/docs/PHP/danog/MadelineProto/Settings/AppInfo.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Auth.md b/docs/PHP/danog/MadelineProto/Settings/Auth.md index cf05ae80..d0e1fa95 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Auth.md +++ b/docs/PHP/danog/MadelineProto/Settings/Auth.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Connection.md b/docs/PHP/danog/MadelineProto/Settings/Connection.md index 67514352..7c90a877 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Connection.md +++ b/docs/PHP/danog/MadelineProto/Settings/Connection.md @@ -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, 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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Database/DatabaseAbstract.md b/docs/PHP/danog/MadelineProto/Settings/Database/DatabaseAbstract.md index 1e60126d..a9e61fb9 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Database/DatabaseAbstract.md +++ b/docs/PHP/danog/MadelineProto/Settings/Database/DatabaseAbstract.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Database/Memory.md b/docs/PHP/danog/MadelineProto/Settings/Database/Memory.md index 9917da9c..31c6fb45 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Database/Memory.md +++ b/docs/PHP/danog/MadelineProto/Settings/Database/Memory.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Database/Mysql.md b/docs/PHP/danog/MadelineProto/Settings/Database/Mysql.md index 0b116911..ac15113c 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Database/Mysql.md +++ b/docs/PHP/danog/MadelineProto/Settings/Database/Mysql.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Database/Postgres.md b/docs/PHP/danog/MadelineProto/Settings/Database/Postgres.md index 54b33355..2d32326f 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Database/Postgres.md +++ b/docs/PHP/danog/MadelineProto/Settings/Database/Postgres.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Database/Redis.md b/docs/PHP/danog/MadelineProto/Settings/Database/Redis.md index 6938b88d..0408ead6 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Database/Redis.md +++ b/docs/PHP/danog/MadelineProto/Settings/Database/Redis.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Database/SqlAbstract.md b/docs/PHP/danog/MadelineProto/Settings/Database/SqlAbstract.md index 74e38e26..409689e8 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Database/SqlAbstract.md +++ b/docs/PHP/danog/MadelineProto/Settings/Database/SqlAbstract.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/DatabaseAbstract.md b/docs/PHP/danog/MadelineProto/Settings/DatabaseAbstract.md index 88ccda62..63a0815b 100644 --- a/docs/PHP/danog/MadelineProto/Settings/DatabaseAbstract.md +++ b/docs/PHP/danog/MadelineProto/Settings/DatabaseAbstract.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Files.md b/docs/PHP/danog/MadelineProto/Settings/Files.md index 71aa4e97..ddecb839 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Files.md +++ b/docs/PHP/danog/MadelineProto/Settings/Files.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Ipc.md b/docs/PHP/danog/MadelineProto/Settings/Ipc.md index 1f3b0d9a..81db67a1 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Ipc.md +++ b/docs/PHP/danog/MadelineProto/Settings/Ipc.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Logger.md b/docs/PHP/danog/MadelineProto/Settings/Logger.md index 596e552b..5fcd11ba 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Logger.md +++ b/docs/PHP/danog/MadelineProto/Settings/Logger.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Peer.md b/docs/PHP/danog/MadelineProto/Settings/Peer.md index 964fbb66..5fb71acd 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Peer.md +++ b/docs/PHP/danog/MadelineProto/Settings/Peer.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Pwr.md b/docs/PHP/danog/MadelineProto/Settings/Pwr.md index 34cde4b2..d38526f1 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Pwr.md +++ b/docs/PHP/danog/MadelineProto/Settings/Pwr.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/RPC.md b/docs/PHP/danog/MadelineProto/Settings/RPC.md index a42ae3e2..c3e7fd9c 100644 --- a/docs/PHP/danog/MadelineProto/Settings/RPC.md +++ b/docs/PHP/danog/MadelineProto/Settings/RPC.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/SecretChats.md b/docs/PHP/danog/MadelineProto/Settings/SecretChats.md index 076fe242..6fe665c5 100644 --- a/docs/PHP/danog/MadelineProto/Settings/SecretChats.md +++ b/docs/PHP/danog/MadelineProto/Settings/SecretChats.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Serialization.md b/docs/PHP/danog/MadelineProto/Settings/Serialization.md index 74b39abc..6f5f3965 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Serialization.md +++ b/docs/PHP/danog/MadelineProto/Settings/Serialization.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/TLSchema.md b/docs/PHP/danog/MadelineProto/Settings/TLSchema.md index a6fe3801..2ab8ffe7 100644 --- a/docs/PHP/danog/MadelineProto/Settings/TLSchema.md +++ b/docs/PHP/danog/MadelineProto/Settings/TLSchema.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Settings/Templates.md b/docs/PHP/danog/MadelineProto/Settings/Templates.md index 92a87215..c8524873 100644 --- a/docs/PHP/danog/MadelineProto/Settings/Templates.md +++ b/docs/PHP/danog/MadelineProto/Settings/Templates.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Shutdown.md b/docs/PHP/danog/MadelineProto/Shutdown.md index f573654b..bcde47ca 100644 --- a/docs/PHP/danog/MadelineProto/Shutdown.md +++ b/docs/PHP/danog/MadelineProto/Shutdown.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/StrTools.md b/docs/PHP/danog/MadelineProto/StrTools.md index 4fb4e00d..f964e0e9 100644 --- a/docs/PHP/danog/MadelineProto/StrTools.md +++ b/docs/PHP/danog/MadelineProto/StrTools.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/TL/Conversion/Exception.md b/docs/PHP/danog/MadelineProto/TL/Conversion/Exception.md index 36690c0a..56d1f2b3 100644 --- a/docs/PHP/danog/MadelineProto/TL/Conversion/Exception.md +++ b/docs/PHP/danog/MadelineProto/TL/Conversion/Exception.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/TL/Conversion/Extension.md b/docs/PHP/danog/MadelineProto/TL/Conversion/Extension.md index f96388bc..4c05d1fc 100644 --- a/docs/PHP/danog/MadelineProto/TL/Conversion/Extension.md +++ b/docs/PHP/danog/MadelineProto/TL/Conversion/Extension.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/TL/Exception.md b/docs/PHP/danog/MadelineProto/TL/Exception.md index 091bf4f2..eaf44d30 100644 --- a/docs/PHP/danog/MadelineProto/TL/Exception.md +++ b/docs/PHP/danog/MadelineProto/TL/Exception.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/TL/Types/Button.md b/docs/PHP/danog/MadelineProto/TL/Types/Button.md index 96827d01..c8ca138c 100644 --- a/docs/PHP/danog/MadelineProto/TL/Types/Button.md +++ b/docs/PHP/danog/MadelineProto/TL/Types/Button.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/TL/Types/Bytes.md b/docs/PHP/danog/MadelineProto/TL/Types/Bytes.md index 69230a9d..cbc29c49 100644 --- a/docs/PHP/danog/MadelineProto/TL/Types/Bytes.md +++ b/docs/PHP/danog/MadelineProto/TL/Types/Bytes.md @@ -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) diff --git a/docs/PHP/danog/MadelineProto/TON/API.md b/docs/PHP/danog/MadelineProto/TON/API.md index cadca12e..db1385d7 100644 --- a/docs/PHP/danog/MadelineProto/TON/API.md +++ b/docs/PHP/danog/MadelineProto/TON/API.md @@ -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` @@ -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 ---- -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 ---- -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` @@ -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) diff --git a/docs/PHP/danog/MadelineProto/Tools.md b/docs/PHP/danog/MadelineProto/Tools.md index 65f2da5e..fec83392 100644 --- a/docs/PHP/danog/MadelineProto/Tools.md +++ b/docs/PHP/danog/MadelineProto/Tools.md @@ -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` @@ -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` @@ -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) diff --git a/docs/PHP/danog/MadelineProto/VoIPServerConfig.md b/docs/PHP/danog/MadelineProto/VoIPServerConfig.md index 53c01a1e..9614a7cb 100644 --- a/docs/PHP/danog/MadelineProto/VoIPServerConfig.md +++ b/docs/PHP/danog/MadelineProto/VoIPServerConfig.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/API.md b/docs/PHPInternal/danog/MadelineProto/API.md index c71dcee1..be8c3dd0 100644 --- a/docs/PHPInternal/danog/MadelineProto/API.md +++ b/docs/PHPInternal/danog/MadelineProto/API.md @@ -222,8 +222,6 @@ Parameters: * `$eventHandler`: `string` Event handler class name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `startAndLoopMulti(\danog\MadelineProto\API[] $instances, string[]|string $eventHandler): void` @@ -235,8 +233,6 @@ Parameters: * `$eventHandler`: `string[]|string` Event handler(s) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `startAndLoopAsync(string $eventHandler): \Generator` @@ -252,8 +248,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToBotAPI(array $data): \Amp\Promise` @@ -269,8 +263,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToTd(mixed $params): \Amp\Promise` @@ -286,8 +278,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToTdcli(mixed $params): \Amp\Promise` @@ -303,8 +293,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptCall(array $call): \Amp\Promise` @@ -320,8 +308,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptSecretChat(array $params): \Amp\Promise` @@ -337,8 +323,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptTos(): \Amp\Promise` @@ -350,8 +334,6 @@ Accept terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `addUser(array $user): \Amp\Promise` @@ -367,8 +349,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `after(\Generator|\Promise $a, \Generator|\Promise $b): \Amp\Promise` @@ -387,8 +367,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `all((\Generator|\Promise)[] $promises): \Amp\Promise` @@ -406,8 +384,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `any((\Promise|\Generator)[] $promises): \Amp\Promise` @@ -425,8 +401,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `arr(mixed $params): array` @@ -437,8 +411,6 @@ Parameters: * `$params`: `mixed` Params ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `base64urlDecode(string $data): string` @@ -449,8 +421,6 @@ Parameters: * `$data`: `string` Data to decode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `base64urlEncode(string $data): string` @@ -461,8 +431,6 @@ Parameters: * `$data`: `string` Data to encode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botAPIToMTProto(array $arguments): \Amp\Promise` @@ -478,8 +446,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botLogin(string $token): \Amp\Promise` @@ -495,8 +461,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `call(\Generator|\Promise|mixed $promise): \Amp\Promise` @@ -523,8 +487,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` @@ -544,8 +506,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `callForkDefer(\Generator|\Promise $promise): void` @@ -562,8 +522,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `callStatus(int $id): mixed` @@ -583,8 +541,6 @@ int|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `checkTos(): \Amp\Promise` @@ -596,8 +552,6 @@ Check for terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `cleanup(): \Amp\Promise` @@ -609,8 +563,6 @@ Cleanup memory and session file. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `closeConnection(string $message): void` @@ -621,8 +573,6 @@ Parameters: * `$message`: `string` Message ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `complete2faLogin(string $password): \Amp\Promise` @@ -638,8 +588,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeCall(array $params): \Amp\Promise` @@ -655,8 +603,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completePhoneLogin(string $code): \Amp\Promise` @@ -672,8 +618,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeSignup(string $first_name, string $last_name): \Amp\Promise` @@ -690,8 +634,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `confirmCall(array $params): \Amp\Promise` @@ -707,8 +649,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `connectToAllDcs(bool $reconnectAll): \Amp\Promise` @@ -724,8 +664,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `declineTos(): \Amp\Promise` @@ -737,8 +675,6 @@ THIS WILL DELETE YOUR ACCOUNT! ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardCall(array $call, array $reason, array $rating, bool $need_debug): \Amp\Promise` @@ -757,8 +693,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardSecretChat(int $chat): \Amp\Promise` @@ -774,8 +708,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToBrowser(array|string $messageMedia, callable $cb): \Amp\Promise` @@ -792,8 +724,6 @@ Parameters: ---- -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): \Amp\Promise` @@ -822,8 +752,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToDir(mixed $messageMedia, string|\danog\MadelineProto\FileCallbackInterface $dir, callable $cb): \Amp\Promise` @@ -846,8 +774,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToFile(mixed $messageMedia, string|\danog\MadelineProto\FileCallbackInterface $file, callable $cb): \Amp\Promise Downloaded file path` @@ -872,8 +798,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToResponse(array|string $messageMedia, \ServerRequest $request, callable $cb): \Amp\Promise Returned response` @@ -899,8 +823,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToStream(mixed $messageMedia, mixed|\danog\MadelineProto\FileCallbackInterface $stream, callable $cb, int $offset, int $end): \Amp\Promise` @@ -925,8 +847,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `echo(string $string): \Amp\Promise` @@ -942,8 +862,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `end(array $what): mixed` @@ -954,8 +872,6 @@ Parameters: * `$what`: `array` Array ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `exportAuthorization(): \Amp\Promise` @@ -971,8 +887,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `extractBotAPIFile(array $info): ?array` @@ -983,8 +897,6 @@ Parameters: * `$info`: `array` Bot API message object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fileGetContents(string $url): \Amp\Promise` @@ -1004,8 +916,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `first((\Promise|\Generator)[] $promises): \Amp\Promise` @@ -1023,8 +933,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `flock(string $file, int $operation, float $polling, ?\Promise $token, ?callable $failureCb): \Amp\Promise` @@ -1046,8 +954,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fromSupergroup(int $id): float|int` @@ -1058,8 +964,6 @@ Parameters: * `$id`: `int` Bot API channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fullChatLastUpdated(mixed $id): \Amp\Promise` @@ -1075,8 +979,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fullGetSelf(): \Amp\Promise` @@ -1088,8 +990,6 @@ Get info about the logged-in user, not cached. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `genVectorHash(array $ints): \int Vector hash` @@ -1102,8 +1002,6 @@ Parameters: Return value: Vector hash ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAllMethods(): mixed` @@ -1119,8 +1017,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAuthorization(): mixed` @@ -1136,8 +1032,6 @@ int|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCachedConfig(): mixed` @@ -1153,8 +1047,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCall(int $call): mixed` @@ -1174,8 +1066,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCdnConfig(string $datacenter): \Amp\Promise` @@ -1191,8 +1081,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConfig(array $config, array $options): \Amp\Promise` @@ -1209,8 +1097,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDNSClient(): mixed` @@ -1227,8 +1113,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDataCenterConnections(): mixed` @@ -1245,16 +1129,12 @@ array<\danog\MadelineProto\DataCenterConnection>|\Amp\Promise` @@ -1295,8 +1173,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getEventHandler(): mixed` @@ -1313,8 +1189,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getExtensionFromLocation(mixed $location, string $default): string` @@ -1326,8 +1200,6 @@ Parameters: * `$default`: `string` Default extension ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getExtensionFromMime(string $mime): string` @@ -1338,8 +1210,6 @@ Parameters: * `$mime`: `string` MIME type ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFileInfo(mixed $constructor): \Amp\Promise` @@ -1355,8 +1225,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFolderId(mixed $id): ?int` @@ -1367,8 +1235,6 @@ Parameters: * `$id`: `mixed` Object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullDialogs(bool $force): \Amp\Promise` @@ -1384,8 +1250,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullInfo(mixed $id): \Amp\Promise FullInfo object` @@ -1408,8 +1272,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getHTTPClient(): mixed` @@ -1426,8 +1288,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getHint(): mixed` @@ -1443,8 +1303,6 @@ string|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getId(mixed $id): int` @@ -1455,8 +1313,6 @@ Parameters: * `$id`: `mixed` Peer ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getInfo(mixed $id, bool $recursive): \Amp\Promise Info object` @@ -1481,16 +1337,12 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getLogger()` Get logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodNamespaces(): mixed` @@ -1506,8 +1358,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodsNamespaced(): mixed` @@ -1523,8 +1373,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMimeFromBuffer(string $buffer): string` @@ -1535,8 +1383,6 @@ Parameters: * `$buffer`: `string` Buffer ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMimeFromExtension(string $extension, string $default): string` @@ -1548,8 +1394,6 @@ Parameters: * `$default`: `string` Default mime type ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMimeFromFile(string $file): string` @@ -1560,8 +1404,6 @@ Parameters: * `$file`: `string` File ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPropicInfo(mixed $messageMedia): \Amp\Promise` @@ -1581,16 +1423,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPsrLogger()` Get PSR logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPwrChat(mixed $id): \Amp\Promise Chat object` @@ -1608,8 +1446,6 @@ Return value: Chat object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSecretChat(array|int $chat): mixed` @@ -1629,16 +1465,12 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSelf(): array|bool` Get info about the logged-in user, cached. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSettings(): mixed` @@ -1655,8 +1487,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getTL(): mixed` @@ -1673,8 +1503,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getVar(object $obj, string $var): mixed` @@ -1686,8 +1514,6 @@ Parameters: * `$var`: `string` Attribute name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWebTemplate(): mixed` @@ -1703,8 +1529,6 @@ string|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasAllAuth(): mixed` @@ -1720,8 +1544,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasEventHandler(): mixed` @@ -1737,8 +1559,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasReportPeers(): mixed` @@ -1754,8 +1574,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasSecretChat(array|int $chat): mixed` @@ -1775,8 +1593,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasVar(object $obj, string $var): bool` @@ -1788,8 +1604,6 @@ Parameters: * `$var`: `string` Attribute name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `importAuthorization(mixed $authorization): \Amp\Promise` @@ -1805,8 +1619,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `inflateStripped(string $stripped): \string JPG payload` @@ -1819,8 +1631,6 @@ Parameters: Return value: JPG payload ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `initSelfRestart(): mixed` @@ -1836,16 +1646,12 @@ void|\Amp\Promise ---- -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` @@ -1856,8 +1662,6 @@ Parameters: * `$var`: `mixed` Value to check ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isIpc(): mixed` @@ -1873,8 +1677,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isSupergroup(int $id): bool` @@ -1885,8 +1687,6 @@ Parameters: * `$id`: `int` Bot API ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `logger(string $param, int $level, string $file): mixed` @@ -1908,8 +1708,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `logout(): \Amp\Promise` @@ -1921,8 +1719,6 @@ Log out currently logged in user. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loop(callable|null $callback): \Amp\Promise` @@ -1938,8 +1734,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loopFork(): \Amp\Promise` @@ -1951,8 +1745,6 @@ Start MadelineProto's update handling loop in background. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `markdownEscape(string $hwat): string` @@ -1963,8 +1755,6 @@ Parameters: * `$hwat`: `string` String to escape ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbStrSplit(string $text, int $length): array` @@ -1976,8 +1766,6 @@ Parameters: * `$length`: `int` Length ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbStrlen(string $text): float|int` @@ -1988,8 +1776,6 @@ Parameters: * `$text`: `string` Text ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbSubstr(string $text, int $offset, ?int $length): string` @@ -2002,8 +1788,6 @@ Parameters: * `$length`: `?int` Length ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCall(string $method, array|\Generator $args, array $aargs): \Amp\Promise` @@ -2026,8 +1810,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallWrite(string $method, array|\Generator $args, array $aargs): \Amp\Promise` @@ -2050,8 +1832,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodEscape(string $method): string` @@ -2062,8 +1842,6 @@ Parameters: * `$method`: `string` Method name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packDouble(float $value): string` @@ -2074,8 +1852,6 @@ Parameters: * `$value`: `float` Value to convert ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packSignedInt(int $value): string` @@ -2086,8 +1862,6 @@ Parameters: * `$value`: `int` Value to convert ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packSignedLong(int $value): string` @@ -2098,8 +1872,6 @@ Parameters: * `$value`: `int` Value to convert ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packUnsignedInt(int $value): string` @@ -2110,8 +1882,6 @@ Parameters: * `$value`: `int` Value ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `peerIsset(mixed $id): \Amp\Promise` @@ -2131,8 +1901,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `phoneLogin(string $number, int $sms_type): \Amp\Promise` @@ -2149,8 +1917,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `posmod(int $a, int $b): \int Modulo` @@ -2165,8 +1931,6 @@ Parameters: Return value: Modulo ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `random(int $length): \string Random string` @@ -2179,8 +1943,6 @@ Parameters: Return value: Random string ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `randomInt(int $modulus): int` @@ -2191,8 +1953,6 @@ Parameters: * `$modulus`: `int` Modulus ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `readLine(string $prompt): \Amp\Promise` @@ -2208,8 +1968,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rekey(int $chat): \Amp\Promise` @@ -2225,8 +1983,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `report(string $message, string $parseMode): \Amp\Promise` @@ -2243,8 +1999,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `requestCall(mixed $user): \Amp\Promise` @@ -2260,8 +2014,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `requestSecretChat(mixed $user): \Amp\Promise` @@ -2277,8 +2029,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `resetUpdateState(): mixed` @@ -2294,8 +2044,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `resolveUsername(string $username): \Amp\Promise` @@ -2311,16 +2059,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `restart(): void` Restart update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rethrow(\Throwable $e, string $file): void` @@ -2337,8 +2081,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rleDecode(string $string): string` @@ -2349,8 +2091,6 @@ Parameters: * `$string`: `string` Data to decode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rleEncode(string $string): string` @@ -2361,8 +2101,6 @@ Parameters: * `$string`: `string` Data to encode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `secretChatStatus(int $chat): mixed` @@ -2382,16 +2120,12 @@ int|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `serializeAll(): void` Serialize all instances. CALLED ONLY ON SHUTDOWN. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setCallback(callable $callback): mixed` @@ -2411,8 +2145,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setEventHandler(class-string<\danog\MadelineProto\EventHandler> $eventHandler): \Amp\Promise` @@ -2429,8 +2161,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setNoop(): mixed` @@ -2446,8 +2176,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setReportPeers(int|string $userOrId): \Amp\Promise` @@ -2463,8 +2191,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setVar(object $obj, string $var, mixed $val): void` @@ -2477,8 +2203,6 @@ Parameters: * `$val`: `mixed` Attribute value ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setWebTemplate(string $template): mixed` @@ -2498,8 +2222,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setWebhook(string $hook_url, string $pem_path): mixed` @@ -2520,8 +2242,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setupLogger(): mixed` @@ -2537,8 +2257,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `sleep(int|float $time): \Amp\Promise` @@ -2554,8 +2272,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `some((\Promise|\Generator)[] $promises): \Amp\Promise` @@ -2573,8 +2289,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `start(): \Amp\Promise` @@ -2586,16 +2300,12 @@ Log in to telegram (via CLI or web). ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `stop(): void` Stop update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdToMTProto(array $params): \Amp\Promise` @@ -2611,8 +2321,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdToTdcli(mixed $params): mixed` @@ -2623,8 +2331,6 @@ Parameters: * `$params`: `mixed` Parameters ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdcliToTd(array $params, array $key): mixed` @@ -2645,8 +2351,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `timeout(\Generator|\Promise $promise, int $timeout): \Amp\Promise` @@ -2665,8 +2369,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `timeoutWithDefault(\Promise|\Generator $promise, int $timeout, mixed $default): \Amp\Promise<\TReturn>|\Promise<\TReturnAlt>` @@ -2699,8 +2401,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toCamelCase(string $input): string` @@ -2711,8 +2411,6 @@ Parameters: * `$input`: `string` String ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toSnakeCase(string $input): string` @@ -2723,8 +2421,6 @@ Parameters: * `$input`: `string` String ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toSupergroup(int $id): float|int` @@ -2735,8 +2431,6 @@ Parameters: * `$id`: `int` MTProto channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `typeEscape(string $type): string` @@ -2747,8 +2441,6 @@ Parameters: * `$type`: `string` String to escape ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackDouble(string $value): float` @@ -2759,8 +2451,6 @@ Parameters: * `$value`: `string` Value to unpack ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackFileId(string $fileId): mixed` @@ -2780,8 +2470,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackSignedInt(string $value): int` @@ -2792,8 +2480,6 @@ Parameters: * `$value`: `string` base256 int ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackSignedLong(string $value): int` @@ -2804,8 +2490,6 @@ Parameters: * `$value`: `string` base256 long ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackSignedLongString(string $value): string` @@ -2816,8 +2500,6 @@ Parameters: * `$value`: `string` base256 long ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unsetEventHandler(bool $disableUpdateHandling): mixed` @@ -2837,8 +2519,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `update2fa(array $params): \Amp\Promise` @@ -2854,8 +2534,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `updateSettings(\danog\MadelineProto\SettingsAbstract $settings): \Amp\Promise` @@ -2872,8 +2550,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `upload(\danog\MadelineProto\FileCallbackInterface|string|array $file, string $fileName, callable $cb, bool $encrypted): \Amp\Promise` @@ -2897,8 +2573,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadEncrypted(\danog\MadelineProto\FileCallbackInterface|string|array $file, string $fileName, callable $cb): \Amp\Promise` @@ -2921,8 +2595,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromCallable(mixed $callable, int $size, string $mime, string $fileName, callable $cb, bool $seekable, bool $encrypted): \Amp\Promise` @@ -2949,8 +2621,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): \Amp\Promise` @@ -2975,8 +2645,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromTgfile(mixed $media, callable $cb, bool $encrypted): \Amp\Promise` @@ -2998,8 +2666,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromUrl(string|\danog\MadelineProto\FileCallbackInterface $url, int $size, string $fileName, callable $cb, bool $encrypted): \Amp\Promise` @@ -3024,8 +2690,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `wait(\Generator|\Promise $promise, bool $ignoreSignal): mixed` @@ -3043,8 +2707,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `async(bool $async): void` @@ -3055,16 +2717,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` @@ -3076,16 +2734,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` @@ -3096,24 +2750,18 @@ Parameters: * `$inited`: `bool` Whether to mark the instance as inited or deinited ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWebAPITemplate(): string` Get web API login HTML template string. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setWebAPITemplate(): void` Set web API login HTML template string. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Async/AsyncConstruct.md b/docs/PHPInternal/danog/MadelineProto/Async/AsyncConstruct.md index 7b6f0e26..5a7ed6dc 100644 --- a/docs/PHPInternal/danog/MadelineProto/Async/AsyncConstruct.md +++ b/docs/PHPInternal/danog/MadelineProto/Async/AsyncConstruct.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Connection.md b/docs/PHPInternal/danog/MadelineProto/Connection.md index 51a7167d..a7793570 100644 --- a/docs/PHPInternal/danog/MadelineProto/Connection.md +++ b/docs/PHPInternal/danog/MadelineProto/Connection.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Coroutine.md b/docs/PHPInternal/danog/MadelineProto/Coroutine.md index c4ce50db..49bfd76f 100644 --- a/docs/PHPInternal/danog/MadelineProto/Coroutine.md +++ b/docs/PHPInternal/danog/MadelineProto/Coroutine.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/DataCenter.md b/docs/PHPInternal/danog/MadelineProto/DataCenter.md index a31b6f67..53d8134c 100644 --- a/docs/PHPInternal/danog/MadelineProto/DataCenter.md +++ b/docs/PHPInternal/danog/MadelineProto/DataCenter.md @@ -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` @@ -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` @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/DataCenterConnection.md b/docs/PHPInternal/danog/MadelineProto/DataCenterConnection.md index a5793121..cc90aaa8 100644 --- a/docs/PHPInternal/danog/MadelineProto/DataCenterConnection.md +++ b/docs/PHPInternal/danog/MadelineProto/DataCenterConnection.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Db/DbArray.md b/docs/PHPInternal/danog/MadelineProto/Db/DbArray.md index d0b81394..cf428036 100644 --- a/docs/PHPInternal/danog/MadelineProto/Db/DbArray.md +++ b/docs/PHPInternal/danog/MadelineProto/Db/DbArray.md @@ -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` @@ -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` @@ -163,8 +149,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Db/Driver/Mysql.md b/docs/PHPInternal/danog/MadelineProto/Db/Driver/Mysql.md index d9c1e007..3f0bbca7 100644 --- a/docs/PHPInternal/danog/MadelineProto/Db/Driver/Mysql.md +++ b/docs/PHPInternal/danog/MadelineProto/Db/Driver/Mysql.md @@ -39,8 +39,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Db/Driver/Postgres.md b/docs/PHPInternal/danog/MadelineProto/Db/Driver/Postgres.md index 28857a53..81e0d092 100644 --- a/docs/PHPInternal/danog/MadelineProto/Db/Driver/Postgres.md +++ b/docs/PHPInternal/danog/MadelineProto/Db/Driver/Postgres.md @@ -39,8 +39,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Db/Driver/Redis.md b/docs/PHPInternal/danog/MadelineProto/Db/Driver/Redis.md index aee0b26f..45703b7a 100644 --- a/docs/PHPInternal/danog/MadelineProto/Db/Driver/Redis.md +++ b/docs/PHPInternal/danog/MadelineProto/Db/Driver/Redis.md @@ -44,8 +44,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Db/DriverArray.md b/docs/PHPInternal/danog/MadelineProto/Db/DriverArray.md index 4db972fb..f54aa57e 100644 --- a/docs/PHPInternal/danog/MadelineProto/Db/DriverArray.md +++ b/docs/PHPInternal/danog/MadelineProto/Db/DriverArray.md @@ -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` @@ -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` @@ -163,8 +149,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Db/MemoryArray.md b/docs/PHPInternal/danog/MadelineProto/Db/MemoryArray.md index 1aa79f23..07883f69 100644 --- a/docs/PHPInternal/danog/MadelineProto/Db/MemoryArray.md +++ b/docs/PHPInternal/danog/MadelineProto/Db/MemoryArray.md @@ -41,8 +41,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Db/MysqlArray.md b/docs/PHPInternal/danog/MadelineProto/Db/MysqlArray.md index aadb8f8e..eb49e7ae 100644 --- a/docs/PHPInternal/danog/MadelineProto/Db/MysqlArray.md +++ b/docs/PHPInternal/danog/MadelineProto/Db/MysqlArray.md @@ -35,8 +35,6 @@ Initialize on startup. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isset( $key): \Promise 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 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) diff --git a/docs/PHPInternal/danog/MadelineProto/Db/NullCache/MysqlArray.md b/docs/PHPInternal/danog/MadelineProto/Db/NullCache/MysqlArray.md index 84772cb8..73a209ec 100644 --- a/docs/PHPInternal/danog/MadelineProto/Db/NullCache/MysqlArray.md +++ b/docs/PHPInternal/danog/MadelineProto/Db/NullCache/MysqlArray.md @@ -35,8 +35,6 @@ Initialize on startup. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isset( $key): \Promise 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 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) diff --git a/docs/PHPInternal/danog/MadelineProto/Db/NullCache/PostgresArray.md b/docs/PHPInternal/danog/MadelineProto/Db/NullCache/PostgresArray.md index e7423020..4fa152f7 100644 --- a/docs/PHPInternal/danog/MadelineProto/Db/NullCache/PostgresArray.md +++ b/docs/PHPInternal/danog/MadelineProto/Db/NullCache/PostgresArray.md @@ -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 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` @@ -115,8 +105,6 @@ Get array copy. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `count(): \Promise 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) diff --git a/docs/PHPInternal/danog/MadelineProto/Db/NullCache/RedisArray.md b/docs/PHPInternal/danog/MadelineProto/Db/NullCache/RedisArray.md index 9abe89fd..0f6c988e 100644 --- a/docs/PHPInternal/danog/MadelineProto/Db/NullCache/RedisArray.md +++ b/docs/PHPInternal/danog/MadelineProto/Db/NullCache/RedisArray.md @@ -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 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` @@ -115,8 +105,6 @@ Get array copy. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `count(): \Promise 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) diff --git a/docs/PHPInternal/danog/MadelineProto/Db/PostgresArray.md b/docs/PHPInternal/danog/MadelineProto/Db/PostgresArray.md index c0095417..7e98236f 100644 --- a/docs/PHPInternal/danog/MadelineProto/Db/PostgresArray.md +++ b/docs/PHPInternal/danog/MadelineProto/Db/PostgresArray.md @@ -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 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` @@ -115,8 +105,6 @@ Get array copy. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `count(): \Promise 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) diff --git a/docs/PHPInternal/danog/MadelineProto/Db/RedisArray.md b/docs/PHPInternal/danog/MadelineProto/Db/RedisArray.md index a23d5b81..9bf4f03d 100644 --- a/docs/PHPInternal/danog/MadelineProto/Db/RedisArray.md +++ b/docs/PHPInternal/danog/MadelineProto/Db/RedisArray.md @@ -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 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` @@ -115,8 +105,6 @@ Get array copy. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `count(): \Promise 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) diff --git a/docs/PHPInternal/danog/MadelineProto/Db/SqlArray.md b/docs/PHPInternal/danog/MadelineProto/Db/SqlArray.md index e210fc98..4dbfaeff 100644 --- a/docs/PHPInternal/danog/MadelineProto/Db/SqlArray.md +++ b/docs/PHPInternal/danog/MadelineProto/Db/SqlArray.md @@ -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` @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/EventHandler.md b/docs/PHPInternal/danog/MadelineProto/EventHandler.md index fb9f899a..f9d783ff 100644 --- a/docs/PHPInternal/danog/MadelineProto/EventHandler.md +++ b/docs/PHPInternal/danog/MadelineProto/EventHandler.md @@ -195,8 +195,6 @@ Event handler. Get peers where to send error reports. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAPI(): \danog\MadelineProto\MTProto` @@ -208,8 +206,6 @@ Get API instance. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToBotAPI(array $data): \Amp\Promise` @@ -225,8 +221,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToTd(mixed $params): \Amp\Promise` @@ -242,8 +236,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToTdcli(mixed $params): \Amp\Promise` @@ -259,8 +251,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptCall(array $call): \Amp\Promise` @@ -276,8 +266,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptSecretChat(array $params): \Amp\Promise` @@ -293,8 +281,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptTos(): \Amp\Promise` @@ -306,8 +292,6 @@ Accept terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `addUser(array $user): \Amp\Promise` @@ -323,8 +307,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `after(\Generator|\Promise $a, \Generator|\Promise $b): \Amp\Promise` @@ -343,8 +325,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `all((\Generator|\Promise)[] $promises): \Amp\Promise` @@ -362,8 +342,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `any((\Promise|\Generator)[] $promises): \Amp\Promise` @@ -381,8 +359,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `arr(mixed $params): array` @@ -393,8 +369,6 @@ Parameters: * `$params`: `mixed` Params ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `base64urlDecode(string $data): string` @@ -405,8 +379,6 @@ Parameters: * `$data`: `string` Data to decode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `base64urlEncode(string $data): string` @@ -417,8 +389,6 @@ Parameters: * `$data`: `string` Data to encode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botAPIToMTProto(array $arguments): \Amp\Promise` @@ -434,8 +404,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botLogin(string $token): \Amp\Promise` @@ -451,8 +419,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `call(\Generator|\Promise|mixed $promise): \Amp\Promise` @@ -479,8 +445,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` @@ -500,8 +464,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `callForkDefer(\Generator|\Promise $promise): void` @@ -518,8 +480,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `callStatus(int $id): mixed` @@ -539,8 +499,6 @@ int|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `checkTos(): \Amp\Promise` @@ -552,8 +510,6 @@ Check for terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `cleanup(): \Amp\Promise` @@ -565,8 +521,6 @@ Cleanup memory and session file. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `closeConnection(string $message): void` @@ -577,8 +531,6 @@ Parameters: * `$message`: `string` Message ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `complete2faLogin(string $password): \Amp\Promise` @@ -594,8 +546,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeCall(array $params): \Amp\Promise` @@ -611,8 +561,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completePhoneLogin(string $code): \Amp\Promise` @@ -628,8 +576,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeSignup(string $first_name, string $last_name): \Amp\Promise` @@ -646,8 +592,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `confirmCall(array $params): \Amp\Promise` @@ -663,8 +607,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `connectToAllDcs(bool $reconnectAll): \Amp\Promise` @@ -680,8 +622,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `declineTos(): \Amp\Promise` @@ -693,8 +633,6 @@ THIS WILL DELETE YOUR ACCOUNT! ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardCall(array $call, array $reason, array $rating, bool $need_debug): \Amp\Promise` @@ -713,8 +651,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardSecretChat(int $chat): \Amp\Promise` @@ -730,8 +666,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToBrowser(array|string $messageMedia, callable $cb): \Amp\Promise` @@ -748,8 +682,6 @@ Parameters: ---- -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): \Amp\Promise` @@ -778,8 +710,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToDir(mixed $messageMedia, string|\danog\MadelineProto\FileCallbackInterface $dir, callable $cb): \Amp\Promise` @@ -802,8 +732,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToFile(mixed $messageMedia, string|\danog\MadelineProto\FileCallbackInterface $file, callable $cb): \Amp\Promise Downloaded file path` @@ -828,8 +756,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToResponse(array|string $messageMedia, \ServerRequest $request, callable $cb): \Amp\Promise Returned response` @@ -855,8 +781,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToStream(mixed $messageMedia, mixed|\danog\MadelineProto\FileCallbackInterface $stream, callable $cb, int $offset, int $end): \Amp\Promise` @@ -881,8 +805,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `echo(string $string): \Amp\Promise` @@ -898,8 +820,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `end(array $what): mixed` @@ -910,8 +830,6 @@ Parameters: * `$what`: `array` Array ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `exportAuthorization(): \Amp\Promise` @@ -927,8 +845,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `extractBotAPIFile(array $info): ?array` @@ -939,8 +855,6 @@ Parameters: * `$info`: `array` Bot API message object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fileGetContents(string $url): \Amp\Promise` @@ -960,8 +874,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `first((\Promise|\Generator)[] $promises): \Amp\Promise` @@ -979,8 +891,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `flock(string $file, int $operation, float $polling, ?\Promise $token, ?callable $failureCb): \Amp\Promise` @@ -1002,8 +912,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fromSupergroup(int $id): float|int` @@ -1014,8 +922,6 @@ Parameters: * `$id`: `int` Bot API channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fullChatLastUpdated(mixed $id): \Amp\Promise` @@ -1031,8 +937,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fullGetSelf(): \Amp\Promise` @@ -1044,8 +948,6 @@ Get info about the logged-in user, not cached. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `genVectorHash(array $ints): \int Vector hash` @@ -1058,8 +960,6 @@ Parameters: Return value: Vector hash ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAllMethods(): mixed` @@ -1075,8 +975,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAuthorization(): mixed` @@ -1092,8 +990,6 @@ int|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCachedConfig(): mixed` @@ -1109,8 +1005,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCall(int $call): mixed` @@ -1130,8 +1024,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCdnConfig(string $datacenter): \Amp\Promise` @@ -1147,8 +1039,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConfig(array $config, array $options): \Amp\Promise` @@ -1165,8 +1055,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDNSClient(): mixed` @@ -1183,8 +1071,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDataCenterConnections(): mixed` @@ -1201,16 +1087,12 @@ array<\danog\MadelineProto\DataCenterConnection>|\Amp\Promise` @@ -1251,8 +1131,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getEventHandler(): mixed` @@ -1269,8 +1147,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getExtensionFromLocation(mixed $location, string $default): string` @@ -1282,8 +1158,6 @@ Parameters: * `$default`: `string` Default extension ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getExtensionFromMime(string $mime): string` @@ -1294,8 +1168,6 @@ Parameters: * `$mime`: `string` MIME type ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFileInfo(mixed $constructor): \Amp\Promise` @@ -1311,8 +1183,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFolderId(mixed $id): ?int` @@ -1323,8 +1193,6 @@ Parameters: * `$id`: `mixed` Object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullDialogs(bool $force): \Amp\Promise` @@ -1340,8 +1208,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullInfo(mixed $id): \Amp\Promise FullInfo object` @@ -1364,8 +1230,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getHTTPClient(): mixed` @@ -1382,8 +1246,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getHint(): mixed` @@ -1399,8 +1261,6 @@ string|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getId(mixed $id): int` @@ -1411,8 +1271,6 @@ Parameters: * `$id`: `mixed` Peer ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getInfo(mixed $id, bool $recursive): \Amp\Promise Info object` @@ -1437,16 +1295,12 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getLogger()` Get logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodNamespaces(): mixed` @@ -1462,8 +1316,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodsNamespaced(): mixed` @@ -1479,8 +1331,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMimeFromBuffer(string $buffer): string` @@ -1491,8 +1341,6 @@ Parameters: * `$buffer`: `string` Buffer ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMimeFromExtension(string $extension, string $default): string` @@ -1504,8 +1352,6 @@ Parameters: * `$default`: `string` Default mime type ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMimeFromFile(string $file): string` @@ -1516,8 +1362,6 @@ Parameters: * `$file`: `string` File ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPropicInfo(mixed $messageMedia): \Amp\Promise` @@ -1537,16 +1381,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPsrLogger()` Get PSR logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPwrChat(mixed $id): \Amp\Promise Chat object` @@ -1564,8 +1404,6 @@ Return value: Chat object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSecretChat(array|int $chat): mixed` @@ -1585,16 +1423,12 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSelf(): array|bool` Get info about the logged-in user, cached. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSettings(): mixed` @@ -1611,8 +1445,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getTL(): mixed` @@ -1629,8 +1461,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getVar(object $obj, string $var): mixed` @@ -1642,8 +1472,6 @@ Parameters: * `$var`: `string` Attribute name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWebTemplate(): mixed` @@ -1659,8 +1487,6 @@ string|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasAllAuth(): mixed` @@ -1676,8 +1502,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasEventHandler(): mixed` @@ -1693,8 +1517,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasReportPeers(): mixed` @@ -1710,8 +1532,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasSecretChat(array|int $chat): mixed` @@ -1731,8 +1551,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasVar(object $obj, string $var): bool` @@ -1744,8 +1562,6 @@ Parameters: * `$var`: `string` Attribute name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `importAuthorization(mixed $authorization): \Amp\Promise` @@ -1761,8 +1577,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `inflateStripped(string $stripped): \string JPG payload` @@ -1775,8 +1589,6 @@ Parameters: Return value: JPG payload ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `initSelfRestart(): mixed` @@ -1792,16 +1604,12 @@ void|\Amp\Promise ---- -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` @@ -1812,8 +1620,6 @@ Parameters: * `$var`: `mixed` Value to check ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isIpc(): mixed` @@ -1829,8 +1635,6 @@ bool|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isSupergroup(int $id): bool` @@ -1841,8 +1645,6 @@ Parameters: * `$id`: `int` Bot API ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `logger(string $param, int $level, string $file): mixed` @@ -1864,8 +1666,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `logout(): \Amp\Promise` @@ -1877,8 +1677,6 @@ Log out currently logged in user. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loop(callable|null $callback): \Amp\Promise` @@ -1894,8 +1692,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loopFork(): \Amp\Promise` @@ -1907,8 +1703,6 @@ Start MadelineProto's update handling loop in background. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `markdownEscape(string $hwat): string` @@ -1919,8 +1713,6 @@ Parameters: * `$hwat`: `string` String to escape ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbStrSplit(string $text, int $length): array` @@ -1932,8 +1724,6 @@ Parameters: * `$length`: `int` Length ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbStrlen(string $text): float|int` @@ -1944,8 +1734,6 @@ Parameters: * `$text`: `string` Text ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbSubstr(string $text, int $offset, ?int $length): string` @@ -1958,8 +1746,6 @@ Parameters: * `$length`: `?int` Length ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCall(string $method, array|\Generator $args, array $aargs): \Amp\Promise` @@ -1982,8 +1768,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallWrite(string $method, array|\Generator $args, array $aargs): \Amp\Promise` @@ -2006,8 +1790,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodEscape(string $method): string` @@ -2018,8 +1800,6 @@ Parameters: * `$method`: `string` Method name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packDouble(float $value): string` @@ -2030,8 +1810,6 @@ Parameters: * `$value`: `float` Value to convert ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packSignedInt(int $value): string` @@ -2042,8 +1820,6 @@ Parameters: * `$value`: `int` Value to convert ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packSignedLong(int $value): string` @@ -2054,8 +1830,6 @@ Parameters: * `$value`: `int` Value to convert ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `packUnsignedInt(int $value): string` @@ -2066,8 +1840,6 @@ Parameters: * `$value`: `int` Value ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `peerIsset(mixed $id): \Amp\Promise` @@ -2087,8 +1859,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `phoneLogin(string $number, int $sms_type): \Amp\Promise` @@ -2105,8 +1875,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `posmod(int $a, int $b): \int Modulo` @@ -2121,8 +1889,6 @@ Parameters: Return value: Modulo ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `random(int $length): \string Random string` @@ -2135,8 +1901,6 @@ Parameters: Return value: Random string ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `randomInt(int $modulus): int` @@ -2147,8 +1911,6 @@ Parameters: * `$modulus`: `int` Modulus ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `readLine(string $prompt): \Amp\Promise` @@ -2164,8 +1926,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rekey(int $chat): \Amp\Promise` @@ -2181,8 +1941,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `report(string $message, string $parseMode): \Amp\Promise` @@ -2199,8 +1957,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `requestCall(mixed $user): \Amp\Promise` @@ -2216,8 +1972,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `requestSecretChat(mixed $user): \Amp\Promise` @@ -2233,8 +1987,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `resetUpdateState(): mixed` @@ -2250,8 +2002,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `resolveUsername(string $username): \Amp\Promise` @@ -2267,16 +2017,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `restart(): void` Restart update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rethrow(\Throwable $e, string $file): void` @@ -2293,8 +2039,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rleDecode(string $string): string` @@ -2305,8 +2049,6 @@ Parameters: * `$string`: `string` Data to decode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rleEncode(string $string): string` @@ -2317,8 +2059,6 @@ Parameters: * `$string`: `string` Data to encode ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `secretChatStatus(int $chat): mixed` @@ -2338,16 +2078,12 @@ int|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `serializeAll(): void` Serialize all instances. CALLED ONLY ON SHUTDOWN. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setCallback(callable $callback): mixed` @@ -2367,8 +2103,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setEventHandler(class-string<\danog\MadelineProto\EventHandler> $eventHandler): \Amp\Promise` @@ -2385,8 +2119,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setNoop(): mixed` @@ -2402,8 +2134,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setReportPeers(int|string $userOrId): \Amp\Promise` @@ -2419,8 +2149,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setVar(object $obj, string $var, mixed $val): void` @@ -2433,8 +2161,6 @@ Parameters: * `$val`: `mixed` Attribute value ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setWebTemplate(string $template): mixed` @@ -2454,8 +2180,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setWebhook(string $hook_url, string $pem_path): mixed` @@ -2476,8 +2200,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setupLogger(): mixed` @@ -2493,8 +2215,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `sleep(int|float $time): \Amp\Promise` @@ -2510,8 +2230,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `some((\Promise|\Generator)[] $promises): \Amp\Promise` @@ -2529,8 +2247,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `start(): \Amp\Promise` @@ -2542,16 +2258,12 @@ Log in to telegram (via CLI or web). ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `stop(): void` Stop update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdToMTProto(array $params): \Amp\Promise` @@ -2567,8 +2279,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdToTdcli(mixed $params): mixed` @@ -2579,8 +2289,6 @@ Parameters: * `$params`: `mixed` Parameters ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdcliToTd(array $params, array $key): mixed` @@ -2601,8 +2309,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `timeout(\Generator|\Promise $promise, int $timeout): \Amp\Promise` @@ -2621,8 +2327,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `timeoutWithDefault(\Promise|\Generator $promise, int $timeout, mixed $default): \Amp\Promise<\TReturn>|\Promise<\TReturnAlt>` @@ -2655,8 +2359,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toCamelCase(string $input): string` @@ -2667,8 +2369,6 @@ Parameters: * `$input`: `string` String ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toSnakeCase(string $input): string` @@ -2679,8 +2379,6 @@ Parameters: * `$input`: `string` String ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toSupergroup(int $id): float|int` @@ -2691,8 +2389,6 @@ Parameters: * `$id`: `int` MTProto channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `typeEscape(string $type): string` @@ -2703,8 +2399,6 @@ Parameters: * `$type`: `string` String to escape ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackDouble(string $value): float` @@ -2715,8 +2409,6 @@ Parameters: * `$value`: `string` Value to unpack ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackFileId(string $fileId): mixed` @@ -2736,8 +2428,6 @@ array|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackSignedInt(string $value): int` @@ -2748,8 +2438,6 @@ Parameters: * `$value`: `string` base256 int ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackSignedLong(string $value): int` @@ -2760,8 +2448,6 @@ Parameters: * `$value`: `string` base256 long ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackSignedLongString(string $value): string` @@ -2772,8 +2458,6 @@ Parameters: * `$value`: `string` base256 long ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unsetEventHandler(bool $disableUpdateHandling): mixed` @@ -2793,8 +2477,6 @@ void|\Amp\Promise ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `update2fa(array $params): \Amp\Promise` @@ -2810,8 +2492,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `updateSettings(\danog\MadelineProto\SettingsAbstract $settings): \Amp\Promise` @@ -2828,8 +2508,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `upload(\danog\MadelineProto\FileCallbackInterface|string|array $file, string $fileName, callable $cb, bool $encrypted): \Amp\Promise` @@ -2853,8 +2531,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadEncrypted(\danog\MadelineProto\FileCallbackInterface|string|array $file, string $fileName, callable $cb): \Amp\Promise` @@ -2877,8 +2553,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromCallable(mixed $callable, int $size, string $mime, string $fileName, callable $cb, bool $seekable, bool $encrypted): \Amp\Promise` @@ -2905,8 +2579,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): \Amp\Promise` @@ -2931,8 +2603,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromTgfile(mixed $media, callable $cb, bool $encrypted): \Amp\Promise` @@ -2954,8 +2624,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromUrl(string|\danog\MadelineProto\FileCallbackInterface $url, int $size, string $fileName, callable $cb, bool $encrypted): \Amp\Promise` @@ -2980,8 +2648,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `wait(\Generator|\Promise $promise, bool $ignoreSignal): mixed` @@ -2999,8 +2665,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `async(bool $async): void` @@ -3011,16 +2675,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` @@ -3032,16 +2692,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` @@ -3052,8 +2708,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) diff --git a/docs/PHPInternal/danog/MadelineProto/Exception.md b/docs/PHPInternal/danog/MadelineProto/Exception.md index 421144f5..a606be54 100644 --- a/docs/PHPInternal/danog/MadelineProto/Exception.md +++ b/docs/PHPInternal/danog/MadelineProto/Exception.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/FileCallback.md b/docs/PHPInternal/danog/MadelineProto/FileCallback.md index fdbfdd61..43bcdebe 100644 --- a/docs/PHPInternal/danog/MadelineProto/FileCallback.md +++ b/docs/PHPInternal/danog/MadelineProto/FileCallback.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/FileCallbackInterface.md b/docs/PHPInternal/danog/MadelineProto/FileCallbackInterface.md index 8c6fae6e..97496daa 100644 --- a/docs/PHPInternal/danog/MadelineProto/FileCallbackInterface.md +++ b/docs/PHPInternal/danog/MadelineProto/FileCallbackInterface.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Ipc/Client.md b/docs/PHPInternal/danog/MadelineProto/Ipc/Client.md index 37a94834..57fcf203 100644 --- a/docs/PHPInternal/danog/MadelineProto/Ipc/Client.md +++ b/docs/PHPInternal/danog/MadelineProto/Ipc/Client.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Ipc/ClientAbstract.md b/docs/PHPInternal/danog/MadelineProto/Ipc/ClientAbstract.md index 5e87a1d8..9313b60b 100644 --- a/docs/PHPInternal/danog/MadelineProto/Ipc/ClientAbstract.md +++ b/docs/PHPInternal/danog/MadelineProto/Ipc/ClientAbstract.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Ipc/IpcState.md b/docs/PHPInternal/danog/MadelineProto/Ipc/IpcState.md index 864efc1d..ae9c083c 100644 --- a/docs/PHPInternal/danog/MadelineProto/Ipc/IpcState.md +++ b/docs/PHPInternal/danog/MadelineProto/Ipc/IpcState.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Ipc/Server.md b/docs/PHPInternal/danog/MadelineProto/Ipc/Server.md index 70a03721..59c24473 100644 --- a/docs/PHPInternal/danog/MadelineProto/Ipc/Server.md +++ b/docs/PHPInternal/danog/MadelineProto/Ipc/Server.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Ipc/ServerCallback.md b/docs/PHPInternal/danog/MadelineProto/Ipc/ServerCallback.md index 7be54ac5..45ff1868 100644 --- a/docs/PHPInternal/danog/MadelineProto/Ipc/ServerCallback.md +++ b/docs/PHPInternal/danog/MadelineProto/Ipc/ServerCallback.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Ipc/Wrapper.md b/docs/PHPInternal/danog/MadelineProto/Ipc/Wrapper.md index 9fa3d343..b4463f86 100644 --- a/docs/PHPInternal/danog/MadelineProto/Ipc/Wrapper.md +++ b/docs/PHPInternal/danog/MadelineProto/Ipc/Wrapper.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Logger.md b/docs/PHPInternal/danog/MadelineProto/Logger.md index 9ef8c73b..a0413b11 100644 --- a/docs/PHPInternal/danog/MadelineProto/Logger.md +++ b/docs/PHPInternal/danog/MadelineProto/Logger.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Loop/APILoop.md b/docs/PHPInternal/danog/MadelineProto/Loop/APILoop.md index 5cd80458..7e1d8db1 100644 --- a/docs/PHPInternal/danog/MadelineProto/Loop/APILoop.md +++ b/docs/PHPInternal/danog/MadelineProto/Loop/APILoop.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Loop/Connection/CheckLoop.md b/docs/PHPInternal/danog/MadelineProto/Loop/Connection/CheckLoop.md index c7f3b204..33efeb87 100644 --- a/docs/PHPInternal/danog/MadelineProto/Loop/Connection/CheckLoop.md +++ b/docs/PHPInternal/danog/MadelineProto/Loop/Connection/CheckLoop.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Loop/Connection/Common.md b/docs/PHPInternal/danog/MadelineProto/Loop/Connection/Common.md index 16fb9111..ea587950 100644 --- a/docs/PHPInternal/danog/MadelineProto/Loop/Connection/Common.md +++ b/docs/PHPInternal/danog/MadelineProto/Loop/Connection/Common.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Loop/Connection/HttpWaitLoop.md b/docs/PHPInternal/danog/MadelineProto/Loop/Connection/HttpWaitLoop.md index 989d849a..58fc04f6 100644 --- a/docs/PHPInternal/danog/MadelineProto/Loop/Connection/HttpWaitLoop.md +++ b/docs/PHPInternal/danog/MadelineProto/Loop/Connection/HttpWaitLoop.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Loop/Connection/PingLoop.md b/docs/PHPInternal/danog/MadelineProto/Loop/Connection/PingLoop.md index 67aa4eef..e6baf04f 100644 --- a/docs/PHPInternal/danog/MadelineProto/Loop/Connection/PingLoop.md +++ b/docs/PHPInternal/danog/MadelineProto/Loop/Connection/PingLoop.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Loop/Connection/ReadLoop.md b/docs/PHPInternal/danog/MadelineProto/Loop/Connection/ReadLoop.md index 181b9f39..b6c92f65 100644 --- a/docs/PHPInternal/danog/MadelineProto/Loop/Connection/ReadLoop.md +++ b/docs/PHPInternal/danog/MadelineProto/Loop/Connection/ReadLoop.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Loop/Connection/WriteLoop.md b/docs/PHPInternal/danog/MadelineProto/Loop/Connection/WriteLoop.md index ff4efd0a..6d525e4d 100644 --- a/docs/PHPInternal/danog/MadelineProto/Loop/Connection/WriteLoop.md +++ b/docs/PHPInternal/danog/MadelineProto/Loop/Connection/WriteLoop.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Loop/Update/FeedLoop.md b/docs/PHPInternal/danog/MadelineProto/Loop/Update/FeedLoop.md index 9d713d45..0f333d5f 100644 --- a/docs/PHPInternal/danog/MadelineProto/Loop/Update/FeedLoop.md +++ b/docs/PHPInternal/danog/MadelineProto/Loop/Update/FeedLoop.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Loop/Update/SeqLoop.md b/docs/PHPInternal/danog/MadelineProto/Loop/Update/SeqLoop.md index 11d43fe6..deba6458 100644 --- a/docs/PHPInternal/danog/MadelineProto/Loop/Update/SeqLoop.md +++ b/docs/PHPInternal/danog/MadelineProto/Loop/Update/SeqLoop.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Loop/Update/UpdateLoop.md b/docs/PHPInternal/danog/MadelineProto/Loop/Update/UpdateLoop.md index d64bc442..026d274c 100644 --- a/docs/PHPInternal/danog/MadelineProto/Loop/Update/UpdateLoop.md +++ b/docs/PHPInternal/danog/MadelineProto/Loop/Update/UpdateLoop.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Lua.md b/docs/PHPInternal/danog/MadelineProto/Lua.md index da5dc6ee..f6971fbf 100644 --- a/docs/PHPInternal/danog/MadelineProto/Lua.md +++ b/docs/PHPInternal/danog/MadelineProto/Lua.md @@ -28,8 +28,6 @@ Lua interface. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProto.md b/docs/PHPInternal/danog/MadelineProto/MTProto.md index f1e8a1be..05cfde11 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProto.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProto.md @@ -175,16 +175,12 @@ Serialize session, returning object to serialize to db. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `serializeAll(): void` Serialize all instances. CALLED ONLY ON SHUTDOWN. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `cleanup(): \Generator` @@ -196,8 +192,6 @@ Cleanup memory and session file. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `logger(string $param, int $level, string $file): void` @@ -210,24 +204,18 @@ Parameters: * `$file`: `string` File where the message originated ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodNamespaces(): array` Get TL namespaces. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodsNamespaced(): array` Get namespaced methods (method => namespace). ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getTL(): \danog\MadelineProto\TL\TL` @@ -239,24 +227,18 @@ Get TL serializer. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getLogger()` Get logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPsrLogger()` Get PSR logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getHTTPClient(): \Amp\Http\Client\HttpClient` @@ -268,8 +250,6 @@ Get async HTTP client. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDNSClient(): \Amp\Dns\Resolver` @@ -281,8 +261,6 @@ Get async DNS client. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fileGetContents(string $url): \Generator` @@ -303,8 +281,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDataCenterConnections(): \danog\MadelineProto\DataCenterConnection[]` @@ -316,24 +292,18 @@ Get all datacenter connections. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDataCenterId(): int|string` Get main DC ID. ---- -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) ### `updateSettings(\danog\MadelineProto\SettingsAbstract $settings): \Generator` @@ -350,8 +320,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSettings(): \danog\MadelineProto\Settings` @@ -363,24 +331,18 @@ Return current settings. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setupLogger(): void` Setup logger. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasAllAuth(): bool` Checks whether all datacenters are authorized. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `connectToAllDcs(bool $reconnectAll): \Generator` @@ -396,16 +358,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `resetUpdateState(): void` Reset the update state and fetch all updates from the beginning. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCdnConfig(string $datacenter): \Generator` @@ -421,16 +379,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCachedConfig(): array` Get cached server-side config. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConfig(array $config, array $options): \Generator` @@ -447,16 +401,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSelf(): array|bool` Get info about the logged-in user, cached. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fullGetSelf(): \Generator` @@ -468,32 +418,24 @@ Get info about the logged-in user, not cached. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAuthorization(): int` Get authorization info. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getHint(): string` Get current password hint. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasReportPeers(): bool` Check if has report peers. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setReportPeers(int|string $userOrId): \Generator` @@ -509,8 +451,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `report(string $message, string $parseMode): \Generator` @@ -527,56 +467,42 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAllMethods(): array` Get full list of MTProto and API methods. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodCallbacks(): array` Called right before serialization of method starts. Pass the method name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodBeforeCallbacks(): array` Called right before serialization of method starts. Pass the method name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConstructorCallbacks(): array` Called right after deserialization of object, passing the final object. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConstructorBeforeCallbacks(): array` Called right before deserialization of object. Pass only the constructor name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConstructorSerializeCallbacks(): array` Called right before serialization of constructor. Passed the object, will return a modified version. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getTypeMismatchCallbacks(): array` @@ -584,16 +510,12 @@ Called if objects of the specified type cannot be serialized. Passed the unserializable object, will try to convert it to an object of the proper type. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `init(): void` Blockingly init. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `initAsynchronously(): \Generator` @@ -605,16 +527,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` @@ -625,8 +543,6 @@ Parameters: * `$inited`: `bool` Whether to mark the instance as inited or deinited ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCall(string $method, array|\Generator $args, array $aargs): mixed` @@ -648,8 +564,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallAsyncRead(string $method, array|\Generator $args, array $aargs): \Generator` @@ -671,8 +585,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallAsyncWrite(string $method, array|\Generator $args, array $aargs): \Generator` @@ -694,8 +606,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `toSupergroup(int $id): float|int` @@ -706,8 +616,6 @@ Parameters: * `$id`: `int` MTProto channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fromSupergroup(int $id): float|int` @@ -718,8 +626,6 @@ Parameters: * `$id`: `int` Bot API channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isSupergroup(int $id): bool` @@ -730,8 +636,6 @@ Parameters: * `$id`: `int` Bot API ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `addUser(array $user): \Generator` @@ -747,8 +651,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `peerIsset(mixed $id): \Generator` @@ -769,8 +671,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFolderId(mixed $id): ?int` @@ -781,8 +681,6 @@ Parameters: * `$id`: `mixed` Object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getId(mixed $id): int` @@ -793,8 +691,6 @@ Parameters: * `$id`: `mixed` Peer ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getInfo(mixed $id, bool $recursive): \Generator Info object` @@ -819,8 +715,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fullChatLastUpdated(mixed $id): \Generator` @@ -836,8 +730,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullInfo(mixed $id): \Generator FullInfo object` @@ -861,8 +753,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPwrChat(mixed $id): \Generator Chat object` @@ -880,8 +770,6 @@ Return value: Chat object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `resolveUsername(string $username): \Generator` @@ -897,8 +785,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromUrl(string|\danog\MadelineProto\FileCallbackInterface $url, int $size, string $fileName, callable $cb, bool $encrypted): \Generator` @@ -926,8 +812,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromCallable(mixed $callable, int $size, string $mime, string $fileName, callable $cb, bool $seekable, bool $encrypted): \Generator` @@ -955,8 +839,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromTgfile(mixed $media, callable $cb, bool $encrypted): \Generator` @@ -979,8 +861,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFileInfo(mixed $constructor): \Generator` @@ -996,8 +876,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPropicInfo(mixed $messageMedia): \Generator` @@ -1017,8 +895,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `extractBotAPIFile(array $info): ?array` @@ -1029,8 +905,6 @@ Parameters: * `$info`: `array` Bot API message object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDownloadInfo(mixed $messageMedia): \Generator` @@ -1050,8 +924,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToDir(mixed $messageMedia, string|\danog\MadelineProto\FileCallbackInterface $dir, callable $cb): \Generator` @@ -1077,8 +949,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` @@ -1106,8 +976,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` @@ -1137,8 +1005,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToBrowser(array|string $messageMedia, callable $cb): \Generator` @@ -1155,8 +1021,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` @@ -1183,8 +1047,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToResponse(array|string $messageMedia, \ServerRequest $request, callable $cb): \Generator Returned response` @@ -1210,8 +1072,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` @@ -1238,8 +1098,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` @@ -1267,8 +1125,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` @@ -1295,8 +1151,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptSecretChat(array $params): \Generator` @@ -1312,8 +1166,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `requestSecretChat(mixed $user): \Generator` @@ -1329,8 +1181,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rekey(int $chat): \Generator` @@ -1346,8 +1196,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `secretChatStatus(int $chat): \int One of MTProto::SECRET_EMPTY, MTProto::SECRET_REQUESTED, MTProto::SECRET_READY` @@ -1360,8 +1208,6 @@ Parameters: Return value: One of MTProto::SECRET_EMPTY, MTProto::SECRET_REQUESTED, MTProto::SECRET_READY ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSecretChat(array|int $chat): array` @@ -1372,8 +1218,6 @@ Parameters: * `$chat`: `array|int` Secret chat ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasSecretChat(array|int $chat): bool` @@ -1384,8 +1228,6 @@ Parameters: * `$chat`: `array|int` Secret chat ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardSecretChat(int $chat): \Generator` @@ -1401,8 +1243,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbStrlen(string $text): float|int` @@ -1413,8 +1253,6 @@ Parameters: * `$text`: `string` Text ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbSubstr(string $text, int $offset, ?int $length): string` @@ -1427,8 +1265,6 @@ Parameters: * `$length`: `?int` Length ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `mbStrSplit(string $text, int $length): array` @@ -1440,8 +1276,6 @@ Parameters: * `$length`: `int` Length ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToBotAPI(array $data): \Generator` @@ -1457,8 +1291,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botAPIToMTProto(array $arguments): \Generator` @@ -1474,8 +1306,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unpackFileId(string $fileId): \array Unpacked file ID` @@ -1488,8 +1318,6 @@ Parameters: Return value: Unpacked file ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdcliToTd(array $params, array $key): array` @@ -1501,8 +1329,6 @@ Parameters: * `$key`: `array` Key ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdToMTProto(array $params): \Generator` @@ -1518,8 +1344,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToTdcli(mixed $params): \Generator` @@ -1535,8 +1359,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `MTProtoToTd(mixed $params): \Generator` @@ -1552,8 +1374,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `tdToTdcli(mixed $params): mixed` @@ -1564,8 +1384,6 @@ Parameters: * `$params`: `mixed` Parameters ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `requestCall(mixed $user): \Generator` @@ -1581,8 +1399,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptCall(array $call): \Generator` @@ -1598,8 +1414,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `confirmCall(array $params): \Generator` @@ -1615,8 +1429,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeCall(array $params): \Generator` @@ -1632,8 +1444,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `callStatus(int $id): int` @@ -1644,8 +1454,6 @@ Parameters: * `$id`: `int` Call ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCall(int $call): array` @@ -1656,8 +1464,6 @@ Parameters: * `$call`: `int` Call ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardCall(array $call, array $reason, array $rating, bool $need_debug): \Generator` @@ -1676,8 +1482,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDialogs(bool $force): \Generator` @@ -1698,8 +1502,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullDialogs(bool $force): \Generator` @@ -1715,8 +1517,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setEventHandler(class-string<\danog\MadelineProto\EventHandler> $eventHandler): \Generator` @@ -1733,8 +1533,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unsetEventHandler(bool $disableUpdateHandling): void` @@ -1745,8 +1543,6 @@ Parameters: * `$disableUpdateHandling`: `bool` Whether to also disable internal update handling (will cause errors, otherwise will simply use the NOOP handler) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getEventHandler(): \danog\MadelineProto\EventHandler` @@ -1758,16 +1554,12 @@ Get event handler. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasEventHandler(): bool` Check if an event handler instance is present. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setWebhook(string $hook_url, string $pem_path): void` @@ -1779,8 +1571,6 @@ Parameters: * `$pem_path`: `string` PEM path for self-signed certificate ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setCallback(callable $callback): void` @@ -1791,8 +1581,6 @@ Parameters: * `$callback`: `callable` Callback ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `logout(): \Generator` @@ -1804,8 +1592,6 @@ Log out currently logged in user. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botLogin(string $token): \Generator` @@ -1821,8 +1607,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `phoneLogin(string $number, int $sms_type): \Generator` @@ -1839,8 +1623,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completePhoneLogin(string $code): \Generator` @@ -1856,8 +1638,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `importAuthorization(mixed $authorization): \Generator` @@ -1873,8 +1653,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `exportAuthorization(): \Generator` @@ -1890,8 +1668,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeSignup(string $first_name, string $last_name): \Generator` @@ -1908,8 +1684,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `complete2faLogin(string $password): \Generator` @@ -1925,8 +1699,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `update2fa(array $params): \Generator` @@ -1942,16 +1714,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `initSelfRestart(): void` Initialize self-restart hack. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loop(callable|null $callback): \Generator` @@ -1967,24 +1735,18 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `stop(): void` Stop update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `restart(): void` Restart update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loopFork(): \Amp\Promise` @@ -1996,8 +1758,6 @@ Start MadelineProto's update handling loop in background. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `closeConnection(string $message): void` @@ -2008,16 +1768,12 @@ Parameters: * `$message`: `string` Message ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setNoop(): void` Set NOOP update handler, ignoring all updates. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `start(): \Generator` @@ -2029,16 +1785,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` @@ -2049,8 +1801,6 @@ Parameters: * `$template`: `string` Template ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `checkTos(): \Generator` @@ -2062,8 +1812,6 @@ Check for terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptTos(): \Generator` @@ -2075,8 +1823,6 @@ Accept terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `declineTos(): \Generator` @@ -2088,8 +1834,6 @@ THIS WILL DELETE YOUR ACCOUNT! ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProto/AuthKey.md b/docs/PHPInternal/danog/MadelineProto/MTProto/AuthKey.md index fd70b309..34addeed 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProto/AuthKey.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProto/AuthKey.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProto/PermAuthKey.md b/docs/PHPInternal/danog/MadelineProto/MTProto/PermAuthKey.md index d129203c..a7c3edb9 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProto/PermAuthKey.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProto/PermAuthKey.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProto/TempAuthKey.md b/docs/PHPInternal/danog/MadelineProto/MTProto/TempAuthKey.md index f9ab984f..0756f521 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProto/TempAuthKey.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProto/TempAuthKey.md @@ -42,16 +42,12 @@ Parameters: * `$init`: `bool` Init or deinit ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isInited(): bool` Check if connection is inited for auth key. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bind(\danog\MadelineProto\MTProto\PermAuthKey|null $bound, bool $pfs): void` @@ -68,24 +64,18 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isBound(): bool` Check if auth key is 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` @@ -96,8 +86,6 @@ Parameters: * `$authorized`: `bool` Whether we are authorized ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `expires(int $expires): void` @@ -108,24 +96,18 @@ Parameters: * `$expires`: `int` Expiration date ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `expired(): bool` Check if auth key has expired. ---- -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` @@ -136,32 +118,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` @@ -172,24 +146,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) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/AckHandler.md b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/AckHandler.md index 9e72f7a3..67629ebd 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/AckHandler.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/AckHandler.md @@ -31,8 +31,6 @@ Parameters: * `$message_id`: `string|int` Message Id ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `gotResponseForOutgoingMessageId(string|int $message_id): bool` @@ -43,8 +41,6 @@ Parameters: * `$message_id`: `string|int` Message ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `ackIncomingMessageId(string|int $message_id): bool` @@ -55,24 +51,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) ## Properties * `$shared`: `\DataCenterConnection` diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/CallHandler.md b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/CallHandler.md index 3a8ab499..525f51ad 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/CallHandler.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/CallHandler.md @@ -31,8 +31,6 @@ Parameters: * `$args`: `array` Args ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallAsyncRead(string $method, array|\Generator $args, array $aargs): \Generator` @@ -54,8 +52,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallAsyncWrite(string $method, array|\Generator $args, array $aargs): \Generator` @@ -77,8 +73,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `objectCall(string $object, array $args, array $aargs): \Generator` @@ -96,8 +90,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/MsgIdHandler.md b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/MsgIdHandler.md index a36ceffc..daf39072 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/MsgIdHandler.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/MsgIdHandler.md @@ -35,8 +35,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `checkMessageId(string $newMessageId, array $aargs): void` @@ -48,16 +46,12 @@ Parameters: * `$aargs`: `array` Params ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `generateMessageId(): string` Generate outgoing message ID. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMaxId(bool $incoming): mixed` @@ -68,8 +62,6 @@ Parameters: * `$incoming`: `bool` Incoming or outgoing message ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/MsgIdHandler/MsgIdHandler32.md b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/MsgIdHandler/MsgIdHandler32.md index a0321655..be92995e 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/MsgIdHandler/MsgIdHandler32.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/MsgIdHandler/MsgIdHandler32.md @@ -32,16 +32,12 @@ Parameters: * `$aargs`: `array` Params ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `generateMessageId(): string` Generate message ID. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMaxId(bool $incoming): mixed` @@ -52,16 +48,12 @@ Parameters: * `$incoming`: `bool` Incoming or outgoing message ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `reset(): void` Reset message IDs. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `createInstance(\danog\MadelineProto\Connection $session): self` @@ -77,8 +69,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/MsgIdHandler/MsgIdHandler64.md b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/MsgIdHandler/MsgIdHandler64.md index 4e36904d..133736b3 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/MsgIdHandler/MsgIdHandler64.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/MsgIdHandler/MsgIdHandler64.md @@ -31,16 +31,12 @@ Parameters: * `$aargs`: `array` Params ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `generateMessageId(): string` Generate message ID. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMaxId(bool $incoming): mixed` @@ -51,8 +47,6 @@ Parameters: * `$incoming`: `bool` Incoming or outgoing message ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `createInstance(\danog\MadelineProto\Connection $session): self` @@ -68,8 +62,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/Reliable.md b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/Reliable.md index 0d6cf8f1..0185b6de 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/Reliable.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/Reliable.md @@ -33,8 +33,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/ResponseHandler.md b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/ResponseHandler.md index d8fafe6c..18e8e31c 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/ResponseHandler.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/ResponseHandler.md @@ -34,16 +34,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `handleResponse(): void` ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/Session.md b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/Session.md index 6b399e5a..28cd006d 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoSession/Session.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoSession/Session.md @@ -37,24 +37,18 @@ Manages MTProto session-specific data. 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` @@ -65,8 +59,6 @@ Parameters: * `$message_id`: `string|int` Message Id ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `gotResponseForOutgoingMessageId(string|int $message_id): bool` @@ -77,8 +69,6 @@ Parameters: * `$message_id`: `string|int` Message ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `ackIncomingMessageId(string|int $message_id): bool` @@ -89,24 +79,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` @@ -123,16 +107,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` @@ -144,8 +124,6 @@ Parameters: * `$args`: `array` Args ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallAsyncRead(string $method, array|\Generator $args, array $aargs): \Generator` @@ -167,8 +145,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallAsyncWrite(string $method, array|\Generator $args, array $aargs): \Generator` @@ -190,8 +166,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `objectCall(string $object, array $args, array $aargs): \Generator` @@ -209,8 +183,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `sendMsgsStateInfo(string|int $req_msg_id, array $msg_ids): \Generator` @@ -227,8 +199,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/CallHandler.md b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/CallHandler.md index 737238e4..92b9c6e9 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/CallHandler.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/CallHandler.md @@ -40,8 +40,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallAsyncRead(string $method, array|\Generator $args, array $aargs): \Generator` @@ -63,8 +61,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCallAsyncWrite(string $method, array|\Generator $args, array $aargs): \Generator` @@ -86,8 +82,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ## Properties * `$settings`: `\Settings` Settings diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/CombinedUpdatesState.md b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/CombinedUpdatesState.md index 357b29e7..5d23764c 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/CombinedUpdatesState.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/CombinedUpdatesState.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/Files.md b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/Files.md index abb88ff2..52509f08 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/Files.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/Files.md @@ -59,8 +59,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromCallable(mixed $callable, int $size, string $mime, string $fileName, callable $cb, bool $seekable, bool $encrypted): \Generator` @@ -88,8 +86,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `uploadFromTgfile(mixed $media, callable $cb, bool $encrypted): \Generator` @@ -112,8 +108,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFileInfo(mixed $constructor): \Generator` @@ -129,8 +123,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPropicInfo(mixed $messageMedia): \Generator` @@ -150,8 +142,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `extractBotAPIFile(array $info): ?array` @@ -162,8 +152,6 @@ Parameters: * `$info`: `array` Bot API message object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDownloadInfo(mixed $messageMedia): \Generator` @@ -183,8 +171,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToDir(mixed $messageMedia, string|\danog\MadelineProto\FileCallbackInterface $dir, callable $cb): \Generator` @@ -210,8 +196,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` @@ -239,8 +223,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` @@ -270,8 +252,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToBrowser(array|string $messageMedia, callable $cb): \Generator` @@ -288,8 +268,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` @@ -316,8 +294,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `downloadToResponse(array|string $messageMedia, \ServerRequest $request, callable $cb): \Generator Returned response` @@ -343,8 +319,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` @@ -371,8 +345,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` @@ -400,8 +372,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` @@ -428,8 +398,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ## Properties * `$settings`: `\Settings` Settings diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/MinDatabase.md b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/MinDatabase.md index fca156a9..4c18d2cd 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/MinDatabase.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/MinDatabase.md @@ -44,8 +44,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/PasswordCalculator.md b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/PasswordCalculator.md index 7d0d67bd..8e654188 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/PasswordCalculator.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/PasswordCalculator.md @@ -32,8 +32,6 @@ Parameters: * `$object`: `array` 2FA configuration object obtained using account.getPassword ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `createSalt(string $prefix): \string Salt` @@ -46,8 +44,6 @@ Parameters: Return value: Salt ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hashSha256(string $data, string $salt): \string Hash` @@ -61,8 +57,6 @@ Parameters: Return value: Hash ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hashPassword(string $password, string $client_salt, string $server_salt): \string Resulting hash` @@ -77,8 +71,6 @@ Parameters: Return value: Resulting hash ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCheckPassword(string $password): \array InputCheckPassword object` @@ -91,8 +83,6 @@ Parameters: Return value: InputCheckPassword object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPassword(array $params): \array account.updatePasswordSettings parameters` @@ -105,8 +95,6 @@ Parameters: Return value: account.updatePasswordSettings parameters ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/PeerHandler.md b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/PeerHandler.md index 0e62c66d..114274b7 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/PeerHandler.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/PeerHandler.md @@ -38,8 +38,6 @@ Parameters: * `$id`: `int` MTProto channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fromSupergroup(int $id): float|int` @@ -50,8 +48,6 @@ Parameters: * `$id`: `int` Bot API channel ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isSupergroup(int $id): bool` @@ -62,8 +58,6 @@ Parameters: * `$id`: `int` Bot API ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `addUser(array $user): \Generator` @@ -79,8 +73,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `peerIsset(mixed $id): \Generator` @@ -101,8 +93,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFolderId(mixed $id): ?int` @@ -113,8 +103,6 @@ Parameters: * `$id`: `mixed` Object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getId(mixed $id): int` @@ -125,8 +113,6 @@ Parameters: * `$id`: `mixed` Peer ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getInfo(mixed $id, bool $recursive): \Generator Info object` @@ -151,8 +137,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `fullChatLastUpdated(mixed $id): \Generator` @@ -168,8 +152,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullInfo(mixed $id): \Generator FullInfo object` @@ -193,8 +175,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPwrChat(mixed $id): \Generator Chat object` @@ -212,8 +192,6 @@ Return value: Chat object ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `resolveUsername(string $username): \Generator` @@ -229,8 +207,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ## Properties * `$settings`: `\Settings` Settings diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/ResponseInfo.md b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/ResponseInfo.md index 973c27d7..8b003d0d 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/ResponseInfo.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/ResponseInfo.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/UpdatesState.md b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/UpdatesState.md index e446a942..2806323c 100644 --- a/docs/PHPInternal/danog/MadelineProto/MTProtoTools/UpdatesState.md +++ b/docs/PHPInternal/danog/MadelineProto/MTProtoTools/UpdatesState.md @@ -32,16 +32,12 @@ Stores the state of updates. Is this state relative to a channel? ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getChannel(): int` Get the channel ID. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `syncLoading(bool|null $set): bool` @@ -52,8 +48,6 @@ Parameters: * `$set`: `bool|null` Update the currently busy flag ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `update(array $init): self` @@ -64,8 +58,6 @@ Parameters: * `$init`: `array` Parameters to update ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `pts(int $set): \int PTS` @@ -78,8 +70,6 @@ Parameters: Return value: PTS ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `qts(int $set): \int QTS` @@ -92,8 +82,6 @@ Parameters: Return value: QTS ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `seq(int $set): \int seq` @@ -106,8 +94,6 @@ Parameters: Return value: seq ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `date(int $set): \int Date` @@ -120,8 +106,6 @@ Parameters: Return value: Date ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `checkPts(array $update): \int -1 if it's too old, 0 if it's ok, 1 if it's too new` @@ -134,8 +118,6 @@ Parameters: Return value: -1 if it's too old, 0 if it's ok, 1 if it's too new ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `checkSeq(int $seq): \int -1 if it's too old, 0 if it's ok, 1 if it's too new` @@ -148,8 +130,6 @@ Parameters: Return value: -1 if it's too old, 0 if it's ok, 1 if it's too new ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/MyTelegramOrgWrapper.md b/docs/PHPInternal/danog/MadelineProto/MyTelegramOrgWrapper.md index 67340fd8..ad6556d2 100644 --- a/docs/PHPInternal/danog/MadelineProto/MyTelegramOrgWrapper.md +++ b/docs/PHPInternal/danog/MadelineProto/MyTelegramOrgWrapper.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/PTSException.md b/docs/PHPInternal/danog/MadelineProto/PTSException.md index c82f274d..ab306b7e 100644 --- a/docs/PHPInternal/danog/MadelineProto/PTSException.md +++ b/docs/PHPInternal/danog/MadelineProto/PTSException.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/PsrLogger.md b/docs/PHPInternal/danog/MadelineProto/PsrLogger.md index b115b669..caaab317 100644 --- a/docs/PHPInternal/danog/MadelineProto/PsrLogger.md +++ b/docs/PHPInternal/danog/MadelineProto/PsrLogger.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/RPCErrorException.md b/docs/PHPInternal/danog/MadelineProto/RPCErrorException.md index 9b942e2a..0606c42f 100644 --- a/docs/PHPInternal/danog/MadelineProto/RPCErrorException.md +++ b/docs/PHPInternal/danog/MadelineProto/RPCErrorException.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/RSA.md b/docs/PHPInternal/danog/MadelineProto/RSA.md index 908c15be..1d49569e 100644 --- a/docs/PHPInternal/danog/MadelineProto/RSA.md +++ b/docs/PHPInternal/danog/MadelineProto/RSA.md @@ -39,8 +39,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `encrypt(string $data): string` @@ -51,8 +49,6 @@ Parameters: * `$data`: `string` Data to encrypt ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/SecretChats/AuthKeyHandler.md b/docs/PHPInternal/danog/MadelineProto/SecretChats/AuthKeyHandler.md index 15fbae99..3d9d0312 100644 --- a/docs/PHPInternal/danog/MadelineProto/SecretChats/AuthKeyHandler.md +++ b/docs/PHPInternal/danog/MadelineProto/SecretChats/AuthKeyHandler.md @@ -38,8 +38,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `requestSecretChat(mixed $user): \Generator` @@ -55,8 +53,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `rekey(int $chat): \Generator` @@ -72,8 +68,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `secretChatStatus(int $chat): \int One of MTProto::SECRET_EMPTY, MTProto::SECRET_REQUESTED, MTProto::SECRET_READY` @@ -86,8 +80,6 @@ Parameters: Return value: One of MTProto::SECRET_EMPTY, MTProto::SECRET_REQUESTED, MTProto::SECRET_READY ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSecretChat(array|int $chat): array` @@ -98,8 +90,6 @@ Parameters: * `$chat`: `array|int` Secret chat ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasSecretChat(array|int $chat): bool` @@ -110,8 +100,6 @@ Parameters: * `$chat`: `array|int` Secret chat ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardSecretChat(int $chat): \Generator` @@ -127,8 +115,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/SessionPaths.md b/docs/PHPInternal/danog/MadelineProto/SessionPaths.md index e5c36c31..e6ba49f4 100644 --- a/docs/PHPInternal/danog/MadelineProto/SessionPaths.md +++ b/docs/PHPInternal/danog/MadelineProto/SessionPaths.md @@ -45,8 +45,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unserialize(string $path): \Generator` @@ -66,48 +64,36 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getLegacySessionPath(): string` Get legacy session path. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSessionPath(): string` Get session path. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getLockPath(): string` Get lock path. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getIpcPath(): string` Get IPC socket path. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getIpcStatePath(): string` Get IPC light state path. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getIpcState(): \Amp\Promise` @@ -120,8 +106,6 @@ Get IPC state. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `storeIpcState(): \Generator` @@ -133,16 +117,12 @@ Store IPC state. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getLightStatePath(): string` Get light state path. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getLightState(): \Amp\Promise<\danog\MadelineProto\LightState>` @@ -155,8 +135,6 @@ Get light state. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `storeLightState(): \Generator` @@ -168,16 +146,12 @@ Store light state. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getIpcCallbackPath(): string` Get IPC callback socket path. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings.md b/docs/PHPInternal/danog/MadelineProto/Settings.md index 61c2eb58..24c22e57 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings.md @@ -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` @@ -101,12 +93,10 @@ Get app information. #### See also: -* [`\danog\MadelineProto\Settings\AppInfo`: App information.](AppInfo.md) +* [`\danog\MadelineProto\Settings\AppInfo`: App information.](./Settings/AppInfo.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setAppInfo(\danog\MadelineProto\Settings\AppInfo $appInfo): self` @@ -118,12 +108,10 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\AppInfo`: App information.](AppInfo.md) +* [`\danog\MadelineProto\Settings\AppInfo`: App information.](./Settings/AppInfo.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getAuth(): \danog\MadelineProto\Settings\Auth` @@ -131,12 +119,10 @@ Get cryptography settings. #### See also: -* [`\danog\MadelineProto\Settings\Auth`: Cryptography settings.](Auth.md) +* [`\danog\MadelineProto\Settings\Auth`: Cryptography settings.](./Settings/Auth.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setAuth(\danog\MadelineProto\Settings\Auth $auth): self` @@ -148,12 +134,10 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\Auth`: Cryptography settings.](Auth.md) +* [`\danog\MadelineProto\Settings\Auth`: Cryptography settings.](./Settings/Auth.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConnection(): \danog\MadelineProto\Settings\Connection` @@ -161,12 +145,10 @@ Get connection settings. #### See also: -* [`\danog\MadelineProto\Settings\Connection`: Connection settings.](Connection.md) +* [`\danog\MadelineProto\Settings\Connection`: Connection settings.](./Settings/Connection.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setConnection(\danog\MadelineProto\Settings\Connection $connection): self` @@ -178,12 +160,10 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\Connection`: Connection settings.](Connection.md) +* [`\danog\MadelineProto\Settings\Connection`: Connection settings.](./Settings/Connection.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFiles(): \danog\MadelineProto\Settings\Files` @@ -191,12 +171,10 @@ Get file management settings. #### See also: -* [`\danog\MadelineProto\Settings\Files`: File management settings.](Files.md) +* [`\danog\MadelineProto\Settings\Files`: File management settings.](./Settings/Files.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setFiles(\danog\MadelineProto\Settings\Files $files): self` @@ -208,12 +186,10 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\Files`: File management settings.](Files.md) +* [`\danog\MadelineProto\Settings\Files`: File management settings.](./Settings/Files.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getLogger(): \danog\MadelineProto\Settings\Logger` @@ -221,12 +197,10 @@ Get logger settings. #### See also: -* [`\danog\MadelineProto\Settings\Logger`: Logger settings.](Logger.md) +* [`\danog\MadelineProto\Settings\Logger`: Logger settings.](./Settings/Logger.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setLogger(\danog\MadelineProto\Settings\Logger $logger): self` @@ -238,12 +212,10 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\Logger`: Logger settings.](Logger.md) +* [`\danog\MadelineProto\Settings\Logger`: Logger settings.](./Settings/Logger.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPeer(): \danog\MadelineProto\Settings\Peer` @@ -251,12 +223,10 @@ Get peer database settings. #### See also: -* [`\danog\MadelineProto\Settings\Peer`: Peer database settings.](Peer.md) +* [`\danog\MadelineProto\Settings\Peer`: Peer database settings.](./Settings/Peer.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setPeer(\danog\MadelineProto\Settings\Peer $peer): self` @@ -268,12 +238,10 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\Peer`: Peer database settings.](Peer.md) +* [`\danog\MadelineProto\Settings\Peer`: Peer database settings.](./Settings/Peer.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getPwr(): \danog\MadelineProto\Settings\Pwr` @@ -281,12 +249,10 @@ Get PWRTelegram settings. #### See also: -* [`\danog\MadelineProto\Settings\Pwr`: PWRTelegram settings.](Pwr.md) +* [`\danog\MadelineProto\Settings\Pwr`: PWRTelegram settings.](./Settings/Pwr.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setPwr(\danog\MadelineProto\Settings\Pwr $pwr): self` @@ -298,12 +264,10 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\Pwr`: PWRTelegram settings.](Pwr.md) +* [`\danog\MadelineProto\Settings\Pwr`: PWRTelegram settings.](./Settings/Pwr.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getRpc(): \danog\MadelineProto\Settings\RPC` @@ -311,12 +275,10 @@ Get RPC settings. #### See also: -* [`\danog\MadelineProto\Settings\RPC`: RPC settings.](RPC.md) +* [`\danog\MadelineProto\Settings\RPC`: RPC settings.](./Settings/RPC.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setRpc(\danog\MadelineProto\Settings\RPC $rpc): self` @@ -328,12 +290,10 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\RPC`: RPC settings.](RPC.md) +* [`\danog\MadelineProto\Settings\RPC`: RPC settings.](./Settings/RPC.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSecretChats(): \danog\MadelineProto\Settings\SecretChats` @@ -341,12 +301,10 @@ Get secret chat settings. #### See also: -* [`\danog\MadelineProto\Settings\SecretChats`: Secret chat settings.](SecretChats.md) +* [`\danog\MadelineProto\Settings\SecretChats`: Secret chat settings.](./Settings/SecretChats.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setSecretChats(\danog\MadelineProto\Settings\SecretChats $secretChats): self` @@ -358,12 +316,10 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\SecretChats`: Secret chat settings.](SecretChats.md) +* [`\danog\MadelineProto\Settings\SecretChats`: Secret chat settings.](./Settings/SecretChats.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSerialization(): \danog\MadelineProto\Settings\Serialization` @@ -371,12 +327,10 @@ Get serialization settings. #### See also: -* [`\danog\MadelineProto\Settings\Serialization`: Serialization settings.](Serialization.md) +* [`\danog\MadelineProto\Settings\Serialization`: Serialization settings.](./Settings/Serialization.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setSerialization(\danog\MadelineProto\Settings\Serialization $serialization): self` @@ -388,12 +342,10 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\Serialization`: Serialization settings.](Serialization.md) +* [`\danog\MadelineProto\Settings\Serialization`: Serialization settings.](./Settings/Serialization.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSchema(): \danog\MadelineProto\Settings\TLSchema` @@ -401,12 +353,10 @@ Get TL schema settings. #### See also: -* [`\danog\MadelineProto\Settings\TLSchema`: TL schema settings.](TLSchema.md) +* [`\danog\MadelineProto\Settings\TLSchema`: TL schema settings.](./Settings/TLSchema.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setSchema(\danog\MadelineProto\Settings\TLSchema $schema): self` @@ -418,12 +368,10 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\TLSchema`: TL schema settings.](TLSchema.md) +* [`\danog\MadelineProto\Settings\TLSchema`: TL schema settings.](./Settings/TLSchema.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDb(): \danog\MadelineProto\Settings\DatabaseAbstract` @@ -431,12 +379,10 @@ Get database settings. #### See also: -* [`\danog\MadelineProto\Settings\DatabaseAbstract`: Base class for storage backends.](DatabaseAbstract.md) +* [`\danog\MadelineProto\Settings\DatabaseAbstract`: Base class for storage backends.](./Settings/DatabaseAbstract.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setDb(\danog\MadelineProto\Settings\DatabaseAbstract $db): self` @@ -448,12 +394,10 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\DatabaseAbstract`: Base class for storage backends.](DatabaseAbstract.md) +* [`\danog\MadelineProto\Settings\DatabaseAbstract`: Base class for storage backends.](./Settings/DatabaseAbstract.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getIpc(): \danog\MadelineProto\Settings\Ipc` @@ -461,12 +405,10 @@ Get IPC server settings. #### See also: -* [`\danog\MadelineProto\Settings\Ipc`: IPC server settings.](Ipc.md) +* [`\danog\MadelineProto\Settings\Ipc`: IPC server settings.](./Settings/Ipc.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setIpc(\danog\MadelineProto\Settings\Ipc $ipc): self` @@ -478,12 +420,10 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\Ipc`: IPC server settings.](Ipc.md) +* [`\danog\MadelineProto\Settings\Ipc`: IPC server settings.](./Settings/Ipc.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getTemplates(): \danog\MadelineProto\Settings\Templates` @@ -491,12 +431,10 @@ Get template settings. #### See also: -* [`\danog\MadelineProto\Settings\Templates`: Web and CLI template settings for login.](Templates.md) +* [`\danog\MadelineProto\Settings\Templates`: Web and CLI template settings for login.](./Settings/Templates.md) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setTemplates(\danog\MadelineProto\Settings\Templates $templates): self` @@ -508,20 +446,16 @@ Parameters: #### See also: -* [`\danog\MadelineProto\Settings\Templates`: Web and CLI template settings for login.](Templates.md) +* [`\danog\MadelineProto\Settings\Templates`: Web and CLI template settings for login.](./Settings/Templates.md) ---- -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/AppInfo.md b/docs/PHPInternal/danog/MadelineProto/Settings/AppInfo.md index 4ef7ead7..51f40242 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/AppInfo.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/AppInfo.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Auth.md b/docs/PHPInternal/danog/MadelineProto/Settings/Auth.md index cf05ae80..d0e1fa95 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Auth.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Auth.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Connection.md b/docs/PHPInternal/danog/MadelineProto/Settings/Connection.md index 0a0a1306..8f2c8135 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Connection.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Connection.md @@ -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, 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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Database/DatabaseAbstract.md b/docs/PHPInternal/danog/MadelineProto/Settings/Database/DatabaseAbstract.md index 1e60126d..a9e61fb9 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Database/DatabaseAbstract.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Database/DatabaseAbstract.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Database/Memory.md b/docs/PHPInternal/danog/MadelineProto/Settings/Database/Memory.md index 9917da9c..31c6fb45 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Database/Memory.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Database/Memory.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Database/Mysql.md b/docs/PHPInternal/danog/MadelineProto/Settings/Database/Mysql.md index 0b116911..ac15113c 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Database/Mysql.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Database/Mysql.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Database/Postgres.md b/docs/PHPInternal/danog/MadelineProto/Settings/Database/Postgres.md index 54b33355..2d32326f 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Database/Postgres.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Database/Postgres.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Database/Redis.md b/docs/PHPInternal/danog/MadelineProto/Settings/Database/Redis.md index 6938b88d..0408ead6 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Database/Redis.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Database/Redis.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Database/SqlAbstract.md b/docs/PHPInternal/danog/MadelineProto/Settings/Database/SqlAbstract.md index 74e38e26..409689e8 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Database/SqlAbstract.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Database/SqlAbstract.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/DatabaseAbstract.md b/docs/PHPInternal/danog/MadelineProto/Settings/DatabaseAbstract.md index 88ccda62..63a0815b 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/DatabaseAbstract.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/DatabaseAbstract.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Files.md b/docs/PHPInternal/danog/MadelineProto/Settings/Files.md index 71aa4e97..ddecb839 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Files.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Files.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Ipc.md b/docs/PHPInternal/danog/MadelineProto/Settings/Ipc.md index 1f3b0d9a..81db67a1 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Ipc.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Ipc.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Logger.md b/docs/PHPInternal/danog/MadelineProto/Settings/Logger.md index 596e552b..5fcd11ba 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Logger.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Logger.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Peer.md b/docs/PHPInternal/danog/MadelineProto/Settings/Peer.md index 964fbb66..5fb71acd 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Peer.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Peer.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Pwr.md b/docs/PHPInternal/danog/MadelineProto/Settings/Pwr.md index 34cde4b2..d38526f1 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Pwr.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Pwr.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/RPC.md b/docs/PHPInternal/danog/MadelineProto/Settings/RPC.md index a42ae3e2..c3e7fd9c 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/RPC.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/RPC.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/SecretChats.md b/docs/PHPInternal/danog/MadelineProto/Settings/SecretChats.md index 076fe242..6fe665c5 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/SecretChats.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/SecretChats.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Serialization.md b/docs/PHPInternal/danog/MadelineProto/Settings/Serialization.md index 74b39abc..6f5f3965 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Serialization.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Serialization.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/TLSchema.md b/docs/PHPInternal/danog/MadelineProto/Settings/TLSchema.md index a6fe3801..2ab8ffe7 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/TLSchema.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/TLSchema.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Settings/Templates.md b/docs/PHPInternal/danog/MadelineProto/Settings/Templates.md index 92a87215..c8524873 100644 --- a/docs/PHPInternal/danog/MadelineProto/Settings/Templates.md +++ b/docs/PHPInternal/danog/MadelineProto/Settings/Templates.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Shutdown.md b/docs/PHPInternal/danog/MadelineProto/Shutdown.md index f573654b..bcde47ca 100644 --- a/docs/PHPInternal/danog/MadelineProto/Shutdown.md +++ b/docs/PHPInternal/danog/MadelineProto/Shutdown.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Snitch.md b/docs/PHPInternal/danog/MadelineProto/Snitch.md index 664e0ee5..5200f34f 100644 --- a/docs/PHPInternal/danog/MadelineProto/Snitch.md +++ b/docs/PHPInternal/danog/MadelineProto/Snitch.md @@ -33,8 +33,6 @@ Parameters: * `$file`: `string` Logfile ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/StrTools.md b/docs/PHPInternal/danog/MadelineProto/StrTools.md index 4fb4e00d..f964e0e9 100644 --- a/docs/PHPInternal/danog/MadelineProto/StrTools.md +++ b/docs/PHPInternal/danog/MadelineProto/StrTools.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/ADNLTransport/ADNLStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/ADNLTransport/ADNLStream.md index b74650a0..67ceaffa 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/ADNLTransport/ADNLStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/ADNLTransport/ADNLStream.md @@ -40,8 +40,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): \Amp\Promise` @@ -53,8 +51,6 @@ Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBufferGenerator(int $length): \Generator` @@ -70,8 +66,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBufferGenerator(int $length): \Generator` @@ -87,8 +81,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -100,8 +92,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -113,8 +103,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -130,8 +118,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length, string $append): \Amp\Promise` @@ -148,8 +134,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/Async/BufferedStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/Async/BufferedStream.md index 4a60e279..eab94a2f 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/Async/BufferedStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/Async/BufferedStream.md @@ -33,8 +33,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length, string $append): \Amp\Promise` @@ -51,8 +49,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/BufferInterface.md b/docs/PHPInternal/danog/MadelineProto/Stream/BufferInterface.md index c2c3f4eb..077d5c51 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/BufferInterface.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/BufferInterface.md @@ -33,8 +33,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferWrite(string $data): \Amp\Promise` @@ -50,8 +48,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/BufferedProxyStreamInterface.md b/docs/PHPInternal/danog/MadelineProto/Stream/BufferedProxyStreamInterface.md index 38d4d88d..83b019f2 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/BufferedProxyStreamInterface.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/BufferedProxyStreamInterface.md @@ -44,8 +44,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length): \Amp\Promise` @@ -61,16 +59,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getName(): string` Get stream name. Is supposed to return __CLASS__ ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -82,8 +76,6 @@ Get underlying stream resource. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `connect(\danog\MadelineProto\Stream\ConnectionContext $ctx): \Generator` @@ -100,16 +92,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): void` Disconnect from the server. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -121,8 +109,6 @@ Get underlying AMPHP socket resource. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setExtra(mixed $extra): void` @@ -133,8 +119,6 @@ Parameters: * `$extra`: `mixed` Proxy data ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/BufferedStreamInterface.md b/docs/PHPInternal/danog/MadelineProto/Stream/BufferedStreamInterface.md index 0de1f4a5..e6fb8d0e 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/BufferedStreamInterface.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/BufferedStreamInterface.md @@ -43,8 +43,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length): \Amp\Promise` @@ -60,16 +58,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getName(): string` Get stream name. Is supposed to return __CLASS__ ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -81,8 +75,6 @@ Get underlying stream resource. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `connect(\danog\MadelineProto\Stream\ConnectionContext $ctx): \Generator` @@ -99,16 +91,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): void` Disconnect from the server. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -120,8 +108,6 @@ Get underlying AMPHP socket resource. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/Common/BufferedRawStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/Common/BufferedRawStream.md index b6b46253..270d4bd5 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/Common/BufferedRawStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/Common/BufferedRawStream.md @@ -45,8 +45,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `read(): \Amp\Promise` @@ -58,8 +56,6 @@ Async chunked read. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `write(string $data): \Amp\Promise` @@ -75,16 +71,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): void` Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -100,8 +92,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length): \Amp\Promise` @@ -117,8 +107,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferRead(int $length): \Amp\Promise` @@ -134,8 +122,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferReadGenerator(int $length): \Generator` @@ -151,8 +137,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferWrite(string $data): \Amp\Promise` @@ -168,16 +152,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferClear(): string` Get remaining data from buffer. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\Socket` @@ -189,8 +169,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -202,16 +180,12 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getName(): string` Get class name. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/Common/CtrStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/Common/CtrStream.md index e06b0370..a12f751a 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/Common/CtrStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/Common/CtrStream.md @@ -43,8 +43,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): \Amp\Promise` @@ -56,8 +54,6 @@ Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBufferGenerator(int $length): \Generator` @@ -73,8 +69,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBufferGenerator(int $length): \Generator` @@ -90,8 +84,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferReadGenerator(\Amp\Promise $promise): \Generator That resolves with a string when the provided promise is resolved and the data is decrypted` @@ -109,8 +101,6 @@ Return value: That resolves with a string when the provided promise is resolved ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferWrite(string $data): \Promise Succeeds once the data has been successfully written to the stream.` @@ -123,8 +113,6 @@ Parameters: Return value: Succeeds once the data has been successfully written to the stream. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setExtra(array $data): void` @@ -135,8 +123,6 @@ Parameters: * `$data`: `array` Keys ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -148,8 +134,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -161,8 +145,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -178,8 +160,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length, string $append): \Amp\Promise` @@ -196,8 +176,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/Common/HashedBufferedStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/Common/HashedBufferedStream.md index deea2f24..30f29082 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/Common/HashedBufferedStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/Common/HashedBufferedStream.md @@ -42,8 +42,6 @@ Hash stream wrapper. Enable read hashing. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `checkReadHash(int $after): void` @@ -54,32 +52,24 @@ Parameters: * `$after`: `int` The number of bytes to read before checking the hash ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadHash(): string` Stop read hashing and get final hash. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasReadHash(): bool` Check if we are read hashing. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `startWriteHash(): void` Enable write hashing. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `checkWriteHash(int $after): void` @@ -90,24 +80,18 @@ Parameters: * `$after`: `int` The number of bytes to read before writing the hash ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteHash(): string` Stop write hashing and get final hash. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasWriteHash(): bool` Check if we are write hashing. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferReadGenerator(int $length): \Generator That resolves with a string when the provided promise is resolved and the data is added to the hashing context` @@ -120,8 +104,6 @@ Parameters: Return value: That resolves with a string when the provided promise is resolved and the data is added to the hashing context ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setExtra(string $hash): void` @@ -132,8 +114,6 @@ Parameters: * `$hash`: `string` Algorithm name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `connect(\danog\MadelineProto\Stream\ConnectionContext $ctx): \Generator` @@ -150,8 +130,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): \Amp\Promise` @@ -163,8 +141,6 @@ Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBufferGenerator(int $length): \Generator` @@ -180,8 +156,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBufferGenerator(int $length): \Generator` @@ -197,8 +171,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferRead(): \Promise Resolves with a string when new data is available or `null` if the stream has closed.` @@ -207,8 +179,6 @@ Reads data from the stream. Return value: Resolves with a string when new data is available or `null` if the stream has closed. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferWrite(string $data): \Promise Succeeds once the data has been successfully written to the stream.` @@ -221,8 +191,6 @@ Parameters: Return value: Succeeds once the data has been successfully written to the stream. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\Socket` @@ -234,8 +202,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -247,8 +213,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -264,8 +228,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length, string $append): \Amp\Promise` @@ -282,8 +244,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/Common/SimpleBufferedRawStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/Common/SimpleBufferedRawStream.md index 10c976cb..696a959b 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/Common/SimpleBufferedRawStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/Common/SimpleBufferedRawStream.md @@ -44,8 +44,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -57,16 +55,12 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getName(): string` Get class name. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `connect(\danog\MadelineProto\Stream\ConnectionContext $ctx): \Generator` @@ -83,8 +77,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `read(): \Amp\Promise` @@ -96,8 +88,6 @@ Async chunked read. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `write(string $data): \Amp\Promise` @@ -113,16 +103,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): void` Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -138,8 +124,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length): \Amp\Promise` @@ -155,8 +139,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferRead(int $length): \Amp\Promise` @@ -172,8 +154,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferWrite(string $data): \Amp\Promise` @@ -189,16 +169,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferClear(): string` Get remaining data from buffer. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\Socket` @@ -210,8 +186,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/Common/UdpBufferedStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/Common/UdpBufferedStream.md index 05c9e635..2a8fb12d 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/Common/UdpBufferedStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/Common/UdpBufferedStream.md @@ -42,8 +42,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): \Amp\Promise` @@ -55,8 +53,6 @@ Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBufferGenerator(int $length): \Generator` @@ -79,8 +75,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length): \Amp\Promise` @@ -96,8 +90,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -109,8 +101,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -122,8 +112,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `read(): \Amp\Promise` @@ -135,8 +123,6 @@ Async chunked read. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `write(string $data): \Amp\Promise` @@ -152,16 +138,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `close(): void` Close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -177,8 +159,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/ConnectionContext.md b/docs/PHPInternal/danog/MadelineProto/Stream/ConnectionContext.md index ed011fed..d3630a5b 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/ConnectionContext.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/ConnectionContext.md @@ -63,8 +63,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocketContext(): \Amp\Socket\ConnectContext` @@ -76,8 +74,6 @@ Get the socket context. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setUri(string|\Psr\Http\Message\UriInterface $uri): self` @@ -93,16 +89,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStringUri(): string` Get the URI as a string. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getUri(): \Psr\Http\Message\UriInterface` @@ -114,8 +106,6 @@ Get the URI. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setCancellationToken(\Amp\CancellationToken $cancellationToken): self` @@ -131,8 +121,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCancellationToken(): \Amp\CancellationToken` @@ -144,16 +132,12 @@ Get the cancellation token. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCtx(): self` Return a clone of the current connection context. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setTest(bool $test): self` @@ -164,40 +148,30 @@ Parameters: * `$test`: `bool` ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isTest(): bool` Whether this is a test connection. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isMedia(): bool` Whether this is a media connection. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isCDN(): bool` Whether this is a CDN connection. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isDns(): bool` Whether this connection context will only be used by the DNS client. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setIsDns(bool $isDns): self` @@ -208,8 +182,6 @@ Parameters: * `$isDns`: `bool` ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `secure(bool $secure): self` @@ -220,16 +192,12 @@ Parameters: * `$secure`: `bool` ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `isSecure(): bool` Whether to use TLS with socket connections. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setDc(string|int $dc): self` @@ -240,24 +208,18 @@ Parameters: * `$dc`: `string|int` ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDc(): string|int` Get the DC ID. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getIntDc(): string|int` Get the int DC ID. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setIpv6(bool $ipv6): self` @@ -268,16 +230,12 @@ Parameters: * `$ipv6`: `bool` ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getIpv6(): bool` Whether to use ipv6. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `addStream(string $streamName, mixed $extra): self` @@ -293,8 +251,6 @@ Parameters: * `$extra`: `mixed` ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setReadCallback(callable $callable): void` @@ -305,32 +261,24 @@ Parameters: * `$callable`: `callable` Read callback ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasReadCallback(): bool` Check if a read callback is present. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadCallback(): callable` Get read callback. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStreamName(): string` Get the current stream name from the stream chain. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasStreamName(string $stream): bool` @@ -341,8 +289,6 @@ Parameters: * `$stream`: `string` Stream name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \Generator<\danog\MadelineProto\Stream\StreamInterface>` @@ -355,24 +301,18 @@ Get a stream from the stream chain. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getInputClientProxy(): array` Get the inputClientProxy proxy MTProto object. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getName(): string` Get a description "name" of the context. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/AbridgedStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/AbridgedStream.md index fca558e5..75033832 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/AbridgedStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/AbridgedStream.md @@ -40,8 +40,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): \Amp\Promise` @@ -53,8 +51,6 @@ Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBufferGenerator(int $length): \Generator` @@ -70,8 +66,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBufferGenerator(int $length): \Generator` @@ -87,8 +81,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -100,8 +92,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -113,8 +103,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -130,8 +118,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length, string $append): \Amp\Promise` @@ -148,8 +134,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/FullStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/FullStream.md index 40196076..84daaa2d 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/FullStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/FullStream.md @@ -40,8 +40,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): \Amp\Promise` @@ -53,8 +51,6 @@ Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBufferGenerator(int $length): \Generator` @@ -70,8 +66,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBufferGenerator(int $length): \Generator` @@ -87,8 +81,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -100,8 +92,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -113,8 +103,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -130,8 +118,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length, string $append): \Amp\Promise` @@ -148,8 +134,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/HttpStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/HttpStream.md index d5be1343..c4c67c5b 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/HttpStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/HttpStream.md @@ -41,8 +41,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setExtra(array $extra): void` @@ -53,8 +51,6 @@ Parameters: * `$extra`: `array` Proxy parameters ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): \Amp\Promise` @@ -66,8 +62,6 @@ Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBufferGenerator(int $length): \Generator` @@ -83,8 +77,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBufferGenerator(int $length): \Generator` @@ -100,8 +92,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -113,8 +103,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -126,8 +114,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -143,8 +129,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length, string $append): \Amp\Promise` @@ -161,8 +145,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/HttpsStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/HttpsStream.md index 0f587c42..6768c1ac 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/HttpsStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/HttpsStream.md @@ -41,8 +41,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -54,8 +52,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setExtra(array $extra): void` @@ -66,8 +62,6 @@ Parameters: * `$extra`: `array` Proxy parameters ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): \Amp\Promise` @@ -79,8 +73,6 @@ Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBufferGenerator(int $length): \Generator` @@ -96,8 +88,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBufferGenerator(int $length): \Generator` @@ -113,8 +103,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -126,8 +114,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -143,8 +129,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length, string $append): \Amp\Promise` @@ -161,8 +145,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/IntermediatePaddedStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/IntermediatePaddedStream.md index f2202f9f..f0518db1 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/IntermediatePaddedStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/IntermediatePaddedStream.md @@ -40,8 +40,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): \Amp\Promise` @@ -53,8 +51,6 @@ Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBufferGenerator(int $length): \Generator` @@ -70,8 +66,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBufferGenerator(int $length): \Generator` @@ -87,8 +81,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -100,8 +92,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -113,8 +103,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -130,8 +118,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length, string $append): \Amp\Promise` @@ -148,8 +134,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/IntermediateStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/IntermediateStream.md index 6b1457a4..ff67eb40 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/IntermediateStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/IntermediateStream.md @@ -40,8 +40,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): \Amp\Promise` @@ -53,8 +51,6 @@ Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBufferGenerator(int $length): \Generator` @@ -70,8 +66,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBufferGenerator(int $length): \Generator` @@ -87,8 +81,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -100,8 +92,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -113,8 +103,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -130,8 +118,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length, string $append): \Amp\Promise` @@ -148,8 +134,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/ObfuscatedStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/ObfuscatedStream.md index a2f3046a..f9357c27 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/ObfuscatedStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/MTProtoTransport/ObfuscatedStream.md @@ -43,8 +43,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setExtra(void $data): void` @@ -55,8 +53,6 @@ Parameters: * `$data`: `void` Nothing ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): \Amp\Promise` @@ -68,8 +64,6 @@ Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBufferGenerator(int $length): \Generator` @@ -85,8 +79,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBufferGenerator(int $length): \Generator` @@ -102,8 +94,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferReadGenerator(\Amp\Promise $promise): \Generator That resolves with a string when the provided promise is resolved and the data is decrypted` @@ -121,8 +111,6 @@ Return value: That resolves with a string when the provided promise is resolved ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `bufferWrite(string $data): \Promise Succeeds once the data has been successfully written to the stream.` @@ -135,8 +123,6 @@ Parameters: Return value: Succeeds once the data has been successfully written to the stream. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -148,8 +134,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -161,8 +145,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -178,8 +160,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length, string $append): \Amp\Promise` @@ -196,8 +176,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/Proxy/HttpProxy.md b/docs/PHPInternal/danog/MadelineProto/Stream/Proxy/HttpProxy.md index 98d0e6a9..aaec5f54 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/Proxy/HttpProxy.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/Proxy/HttpProxy.md @@ -39,8 +39,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): \Amp\Promise` @@ -52,8 +50,6 @@ Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length): \Amp\Promise` @@ -69,8 +65,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -86,8 +80,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setExtra(array $extra): void` @@ -98,8 +90,6 @@ Parameters: * `$extra`: `array` Proxy data ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -111,8 +101,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -124,8 +112,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/Proxy/SocksProxy.md b/docs/PHPInternal/danog/MadelineProto/Stream/Proxy/SocksProxy.md index 2b824d60..119f23af 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/Proxy/SocksProxy.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/Proxy/SocksProxy.md @@ -39,8 +39,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): \Amp\Promise` @@ -52,8 +50,6 @@ Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getWriteBuffer(int $length): \Amp\Promise` @@ -69,8 +65,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getReadBuffer(int $length): \Amp\Promise` @@ -86,8 +80,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setExtra(array $extra): void` @@ -98,8 +90,6 @@ Parameters: * `$extra`: `array` Proxy data ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getStream(): \danog\MadelineProto\Stream\RawStreamInterface` @@ -111,8 +101,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -124,8 +112,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/ProxyStreamInterface.md b/docs/PHPInternal/danog/MadelineProto/Stream/ProxyStreamInterface.md index ccc8de04..592205f0 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/ProxyStreamInterface.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/ProxyStreamInterface.md @@ -27,8 +27,6 @@ Parameters: * `$extra`: `mixed` Proxy data ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/RawProxyStreamInterface.md b/docs/PHPInternal/danog/MadelineProto/Stream/RawProxyStreamInterface.md index 992705fc..decbe008 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/RawProxyStreamInterface.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/RawProxyStreamInterface.md @@ -40,8 +40,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `write(string $data): \Promise Succeeds once the data has been successfully written to the stream.` @@ -54,8 +52,6 @@ Parameters: Return value: Succeeds once the data has been successfully written to the stream. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `end(string $finalData): \Promise Succeeds once the data has been successfully written to the stream.` @@ -70,8 +66,6 @@ Parameters: Return value: Succeeds once the data has been successfully written to the stream. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `connect(\danog\MadelineProto\Stream\ConnectionContext $ctx): \Generator` @@ -88,16 +82,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): void` Disconnect from the server. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -109,8 +99,6 @@ Get underlying AMPHP socket resource. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setExtra(mixed $extra): void` @@ -121,8 +109,6 @@ Parameters: * `$extra`: `mixed` Proxy data ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/RawStreamInterface.md b/docs/PHPInternal/danog/MadelineProto/Stream/RawStreamInterface.md index 31e70574..b137b42b 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/RawStreamInterface.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/RawStreamInterface.md @@ -39,8 +39,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `write(string $data): \Promise Succeeds once the data has been successfully written to the stream.` @@ -53,8 +51,6 @@ Parameters: Return value: Succeeds once the data has been successfully written to the stream. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `end(string $finalData): \Promise Succeeds once the data has been successfully written to the stream.` @@ -69,8 +65,6 @@ Parameters: Return value: Succeeds once the data has been successfully written to the stream. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `connect(\danog\MadelineProto\Stream\ConnectionContext $ctx): \Generator` @@ -87,16 +81,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): void` Disconnect from the server. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -108,8 +98,6 @@ Get underlying AMPHP socket resource. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/ReadBufferInterface.md b/docs/PHPInternal/danog/MadelineProto/Stream/ReadBufferInterface.md index 0938571f..efd5a397 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/ReadBufferInterface.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/ReadBufferInterface.md @@ -32,8 +32,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/StreamInterface.md b/docs/PHPInternal/danog/MadelineProto/Stream/StreamInterface.md index 1c395756..00b5a17d 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/StreamInterface.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/StreamInterface.md @@ -35,16 +35,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): void` Disconnect from the server. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -56,8 +52,6 @@ Get underlying AMPHP socket resource. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/Transport/DefaultStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/Transport/DefaultStream.md index a4309687..fc8ed8d3 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/Transport/DefaultStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/Transport/DefaultStream.md @@ -33,8 +33,6 @@ Manages reading data in chunks ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `read(): \Amp\Promise` @@ -46,8 +44,6 @@ Async chunked read. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `write(string $data): \Amp\Promise` @@ -63,24 +59,18 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): void` Close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `close(): void` Close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -92,8 +82,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/Transport/PremadeStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/Transport/PremadeStream.md index 1bcab120..5e3a0514 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/Transport/PremadeStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/Transport/PremadeStream.md @@ -32,8 +32,6 @@ Async chunked read. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `write(string $data): \Amp\Promise` @@ -49,16 +47,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect(): void` Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\Socket` @@ -70,16 +64,12 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `setExtra()` {@inheritdoc} ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/Transport/WsStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/Transport/WsStream.md index 2acec639..d4cd1415 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/Transport/WsStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/Transport/WsStream.md @@ -36,16 +36,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect()` Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `write(string $data): \Amp\Promise` @@ -61,8 +57,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -74,8 +68,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/Transport/WssStream.md b/docs/PHPInternal/danog/MadelineProto/Stream/Transport/WssStream.md index 8c5f5e74..2ae56b1b 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/Transport/WssStream.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/Transport/WssStream.md @@ -36,16 +36,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `disconnect()` Async close. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `write(string $data): \Amp\Promise` @@ -61,8 +57,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getSocket(): \Amp\Socket\EncryptableSocket` @@ -74,8 +68,6 @@ Generated by [danog/phpdoc](https://phpdoc.daniil.it) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Stream/WriteBufferInterface.md b/docs/PHPInternal/danog/MadelineProto/Stream/WriteBufferInterface.md index 69aeca60..e600057e 100644 --- a/docs/PHPInternal/danog/MadelineProto/Stream/WriteBufferInterface.md +++ b/docs/PHPInternal/danog/MadelineProto/Stream/WriteBufferInterface.md @@ -32,8 +32,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/TL/Conversion/Exception.md b/docs/PHPInternal/danog/MadelineProto/TL/Conversion/Exception.md index 36690c0a..56d1f2b3 100644 --- a/docs/PHPInternal/danog/MadelineProto/TL/Conversion/Exception.md +++ b/docs/PHPInternal/danog/MadelineProto/TL/Conversion/Exception.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/TL/Conversion/Extension.md b/docs/PHPInternal/danog/MadelineProto/TL/Conversion/Extension.md index f96388bc..4c05d1fc 100644 --- a/docs/PHPInternal/danog/MadelineProto/TL/Conversion/Extension.md +++ b/docs/PHPInternal/danog/MadelineProto/TL/Conversion/Extension.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/TL/Exception.md b/docs/PHPInternal/danog/MadelineProto/TL/Exception.md index 091bf4f2..eaf44d30 100644 --- a/docs/PHPInternal/danog/MadelineProto/TL/Exception.md +++ b/docs/PHPInternal/danog/MadelineProto/TL/Exception.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/TL/PrettyException.md b/docs/PHPInternal/danog/MadelineProto/TL/PrettyException.md index a5ffabc4..114b4e2f 100644 --- a/docs/PHPInternal/danog/MadelineProto/TL/PrettyException.md +++ b/docs/PHPInternal/danog/MadelineProto/TL/PrettyException.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/TL/TL.md b/docs/PHPInternal/danog/MadelineProto/TL/TL.md index d650ff28..ce9825b6 100644 --- a/docs/PHPInternal/danog/MadelineProto/TL/TL.md +++ b/docs/PHPInternal/danog/MadelineProto/TL/TL.md @@ -34,8 +34,6 @@ TL serialization. Get secret chat layer version. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConstructors(bool $td): \danog\MadelineProto\TL\TLConstructors` @@ -51,8 +49,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethods(bool $td): \danog\MadelineProto\TL\TLMethods` @@ -68,16 +64,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getDescriptions(): array` Get TL descriptions. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `init(\danog\MadelineProto\Settings\TLSchema $files, \danog\MadelineProto\TL\TLCallback[] $objects): void` @@ -95,24 +87,18 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodNamespaces(): array` Get TL namespaces. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodsNamespaced(): array` Get namespaced methods (method => namespace). ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `updateCallbacks(\danog\MadelineProto\TL\TLCallback[] $objects): void` @@ -128,8 +114,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `serializeObject(array $type, mixed $object, string $ctx, int $layer): \Generator` @@ -152,8 +136,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `serializeMethod(string $method, mixed $arguments): \Generator` @@ -178,8 +160,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getLength(\resource|string $stream, array $type): int` @@ -196,8 +176,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `deserialize(string|\resource $stream, array $type): \Generator` @@ -215,8 +193,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/TL/TLCallback.md b/docs/PHPInternal/danog/MadelineProto/TL/TLCallback.md index 6e79026e..5b584421 100644 --- a/docs/PHPInternal/danog/MadelineProto/TL/TLCallback.md +++ b/docs/PHPInternal/danog/MadelineProto/TL/TLCallback.md @@ -28,40 +28,30 @@ Interface for managing TL serialization callbacks. Called after serialization of method. Pass the method name and arguments ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodBeforeCallbacks(): array` Called right before serialization of method starts. Pass the method name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConstructorCallbacks(): array` Called right after deserialization of object, passing the final object. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConstructorBeforeCallbacks(): array` Called right before deserialization of object. Pass only the constructor name ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getConstructorSerializeCallbacks(): array` Called right before serialization of constructor. Passed the object, will return a modified version. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getTypeMismatchCallbacks(): array` @@ -69,8 +59,6 @@ Called if objects of the specified type cannot be serialized. Passed the unserializable object, will try to convert it to an object of the proper type. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/TL/Types/Button.md b/docs/PHPInternal/danog/MadelineProto/TL/Types/Button.md index 96827d01..c8ca138c 100644 --- a/docs/PHPInternal/danog/MadelineProto/TL/Types/Button.md +++ b/docs/PHPInternal/danog/MadelineProto/TL/Types/Button.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/TL/Types/Bytes.md b/docs/PHPInternal/danog/MadelineProto/TL/Types/Bytes.md index 69230a9d..cbc29c49 100644 --- a/docs/PHPInternal/danog/MadelineProto/TL/Types/Bytes.md +++ b/docs/PHPInternal/danog/MadelineProto/TL/Types/Bytes.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/TON/API.md b/docs/PHPInternal/danog/MadelineProto/TON/API.md index cadca12e..db1385d7 100644 --- a/docs/PHPInternal/danog/MadelineProto/TON/API.md +++ b/docs/PHPInternal/danog/MadelineProto/TON/API.md @@ -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` @@ -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 ---- -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 ---- -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` @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/TON/Lite.md b/docs/PHPInternal/danog/MadelineProto/TON/Lite.md index 43d378fc..0a2652e9 100644 --- a/docs/PHPInternal/danog/MadelineProto/TON/Lite.md +++ b/docs/PHPInternal/danog/MadelineProto/TON/Lite.md @@ -37,8 +37,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `logger(string $param, int $level, string $file): void` @@ -51,8 +49,6 @@ Parameters: * `$file`: `string` File where the message originated ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `methodCall(string $methodName, array $args): \Generator` @@ -69,8 +65,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loop(callable $func): \Generator` @@ -86,8 +80,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botAPItoMTProto(array $parameters): \Generator` @@ -103,16 +95,12 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getMethodNamespaces(): array` Get TL method namespaces. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Tools.md b/docs/PHPInternal/danog/MadelineProto/Tools.md index 65f2da5e..fec83392 100644 --- a/docs/PHPInternal/danog/MadelineProto/Tools.md +++ b/docs/PHPInternal/danog/MadelineProto/Tools.md @@ -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` @@ -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` @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/VoIP/AuthKeyHandler.md b/docs/PHPInternal/danog/MadelineProto/VoIP/AuthKeyHandler.md index 6f330e9b..35561bf6 100644 --- a/docs/PHPInternal/danog/MadelineProto/VoIP/AuthKeyHandler.md +++ b/docs/PHPInternal/danog/MadelineProto/VoIP/AuthKeyHandler.md @@ -40,8 +40,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptCall(array $call): \Generator` @@ -57,8 +55,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `confirmCall(array $params): \Generator` @@ -74,8 +70,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeCall(array $params): \Generator` @@ -91,8 +85,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `callStatus(int $id): int` @@ -103,8 +95,6 @@ Parameters: * `$id`: `int` Call ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getCall(int $call): array` @@ -115,8 +105,6 @@ Parameters: * `$call`: `int` Call ID ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `discardCall(array $call, array $reason, array $rating, bool $need_debug): \Generator` @@ -135,8 +123,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/VoIPServerConfig.md b/docs/PHPInternal/danog/MadelineProto/VoIPServerConfig.md index 53c01a1e..9614a7cb 100644 --- a/docs/PHPInternal/danog/MadelineProto/VoIPServerConfig.md +++ b/docs/PHPInternal/danog/MadelineProto/VoIPServerConfig.md @@ -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) diff --git a/docs/PHPInternal/danog/MadelineProto/Wrappers/Callback.md b/docs/PHPInternal/danog/MadelineProto/Wrappers/Callback.md index d2cc4ddd..d86250fd 100644 --- a/docs/PHPInternal/danog/MadelineProto/Wrappers/Callback.md +++ b/docs/PHPInternal/danog/MadelineProto/Wrappers/Callback.md @@ -27,8 +27,6 @@ Parameters: * `$callback`: `callable` Callback ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Wrappers/DialogHandler.md b/docs/PHPInternal/danog/MadelineProto/Wrappers/DialogHandler.md index 16a25346..e25e380e 100644 --- a/docs/PHPInternal/danog/MadelineProto/Wrappers/DialogHandler.md +++ b/docs/PHPInternal/danog/MadelineProto/Wrappers/DialogHandler.md @@ -38,8 +38,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getFullDialogs(bool $force): \Generator` @@ -55,8 +53,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ## Properties * `$settings`: `\Settings` Settings diff --git a/docs/PHPInternal/danog/MadelineProto/Wrappers/Events.md b/docs/PHPInternal/danog/MadelineProto/Wrappers/Events.md index 58780f68..eed6596f 100644 --- a/docs/PHPInternal/danog/MadelineProto/Wrappers/Events.md +++ b/docs/PHPInternal/danog/MadelineProto/Wrappers/Events.md @@ -36,8 +36,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `unsetEventHandler(bool $disableUpdateHandling): void` @@ -48,8 +46,6 @@ Parameters: * `$disableUpdateHandling`: `bool` Whether to also disable internal update handling (will cause errors, otherwise will simply use the NOOP handler) ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `getEventHandler(): \danog\MadelineProto\EventHandler` @@ -61,16 +57,12 @@ Get event handler. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `hasEventHandler(): bool` Check if an event handler instance is present. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ## Properties * `$settings`: `\Settings` Settings diff --git a/docs/PHPInternal/danog/MadelineProto/Wrappers/Login.md b/docs/PHPInternal/danog/MadelineProto/Wrappers/Login.md index b3026a2a..5dc97f05 100644 --- a/docs/PHPInternal/danog/MadelineProto/Wrappers/Login.md +++ b/docs/PHPInternal/danog/MadelineProto/Wrappers/Login.md @@ -36,8 +36,6 @@ Log out currently logged in user. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `botLogin(string $token): \Generator` @@ -53,8 +51,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `phoneLogin(string $number, int $sms_type): \Generator` @@ -71,8 +67,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completePhoneLogin(string $code): \Generator` @@ -88,8 +82,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `importAuthorization(mixed $authorization): \Generator` @@ -105,8 +97,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `exportAuthorization(): \Generator` @@ -122,8 +112,6 @@ Fully typed return value: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `completeSignup(string $first_name, string $last_name): \Generator` @@ -140,8 +128,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `complete2faLogin(string $password): \Generator` @@ -157,8 +143,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `update2fa(array $params): \Generator` @@ -174,8 +158,6 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ## Properties * `$settings`: `\Settings` Settings diff --git a/docs/PHPInternal/danog/MadelineProto/Wrappers/Loop.md b/docs/PHPInternal/danog/MadelineProto/Wrappers/Loop.md index eb085fa3..cad2621d 100644 --- a/docs/PHPInternal/danog/MadelineProto/Wrappers/Loop.md +++ b/docs/PHPInternal/danog/MadelineProto/Wrappers/Loop.md @@ -28,8 +28,6 @@ Manages logging in and out. Initialize self-restart hack. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loop(callable|null $callback): \Generator` @@ -45,24 +43,18 @@ Parameters: ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `stop(): void` Stop update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `restart(): void` Restart update loop. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `loopFork(): \Amp\Promise` @@ -74,8 +66,6 @@ Start MadelineProto's update handling loop in background. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `closeConnection(string $message): void` @@ -86,8 +76,6 @@ Parameters: * `$message`: `string` Message ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ## Properties * `$settings`: `\Settings` Settings diff --git a/docs/PHPInternal/danog/MadelineProto/Wrappers/Start.md b/docs/PHPInternal/danog/MadelineProto/Wrappers/Start.md index 702ec202..61b1f37d 100644 --- a/docs/PHPInternal/danog/MadelineProto/Wrappers/Start.md +++ b/docs/PHPInternal/danog/MadelineProto/Wrappers/Start.md @@ -28,8 +28,6 @@ Log in to telegram (via CLI or web). ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ## Properties * `$settings`: `\Settings` Settings diff --git a/docs/PHPInternal/danog/MadelineProto/Wrappers/TOS.md b/docs/PHPInternal/danog/MadelineProto/Wrappers/TOS.md index ef3f8b3d..951ff08b 100644 --- a/docs/PHPInternal/danog/MadelineProto/Wrappers/TOS.md +++ b/docs/PHPInternal/danog/MadelineProto/Wrappers/TOS.md @@ -30,8 +30,6 @@ Check for terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `acceptTos(): \Generator` @@ -43,8 +41,6 @@ Accept terms of service update. ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ### `declineTos(): \Generator` @@ -56,8 +52,6 @@ THIS WILL DELETE YOUR ACCOUNT! ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) --- Generated by [danog/phpdoc](https://phpdoc.daniil.it) diff --git a/docs/PHPInternal/danog/MadelineProto/Wrappers/Webhook.md b/docs/PHPInternal/danog/MadelineProto/Wrappers/Webhook.md index 731d0992..5ae338be 100644 --- a/docs/PHPInternal/danog/MadelineProto/Wrappers/Webhook.md +++ b/docs/PHPInternal/danog/MadelineProto/Wrappers/Webhook.md @@ -28,8 +28,6 @@ Parameters: * `$pem_path`: `string` PEM path for self-signed certificate ---- -Generated by [danog/phpdoc](https://phpdoc.daniil.it) ## Properties * `$settings`: `\Settings`