This commit is contained in:
Daniil Gentili 2020-10-16 22:00:13 +02:00
parent b02852ed3c
commit 0510e69e08
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
7 changed files with 6 additions and 19 deletions

View File

@ -203,7 +203,7 @@ Get API instance.
#### See also:
* [`\danog\MadelineProto\MTProto`: Manages all of the mtproto stuff.](./MTProto.md)
* `\danog\MadelineProto\MTProto`

View File

@ -31,7 +31,6 @@ PHP implementation of telegram's MTProto protocol.
* [\danog\MadelineProto\FileCallback: File callback interface.](danog/MadelineProto/FileCallback.md)
* [\danog\MadelineProto\Logger: Logger class.](danog/MadelineProto/Logger.md)
* [\danog\MadelineProto\Lua: Lua interface.](danog/MadelineProto/Lua.md)
* [\danog\MadelineProto\MTProto: Manages all of the mtproto stuff.](danog/MadelineProto/MTProto.md)
* [\danog\MadelineProto\MyTelegramOrgWrapper: Wrapper for my.telegram.org.](danog/MadelineProto/MyTelegramOrgWrapper.md)
* [\danog\MadelineProto\PTSException: Internal error indicating a problem with Telegram's servers.](danog/MadelineProto/PTSException.md)
* [\danog\MadelineProto\PsrLogger: PSR-3 wrapper for MadelineProto's Logger.](danog/MadelineProto/PsrLogger.md)
@ -45,11 +44,7 @@ PHP implementation of telegram's MTProto protocol.
* [\danog\MadelineProto\Db\MysqlArray: MySQL database backend.](danog/MadelineProto/Db/MysqlArray.md)
* [\danog\MadelineProto\Db\PostgresArray: Postgres database backend.](danog/MadelineProto/Db/PostgresArray.md)
* [\danog\MadelineProto\Db\RedisArray: Redis database backend.](danog/MadelineProto/Db/RedisArray.md)
* [\danog\MadelineProto\Db\Driver\Mysql: MySQL driver wrapper.](danog/MadelineProto/Db/Driver/Mysql.md)
* [\danog\MadelineProto\Db\Driver\Postgres: Postgres driver wrapper.](danog/MadelineProto/Db/Driver/Postgres.md)
* [\danog\MadelineProto\Db\Driver\Redis: Redis driver wrapper.](danog/MadelineProto/Db/Driver/Redis.md)
* [\danog\MadelineProto\Files\Server: MadelineProto fileserver.](danog/MadelineProto/Files/Server.md)
* [\danog\MadelineProto\MTProtoTools\CombinedUpdatesState: Stores multiple update states.](danog/MadelineProto/MTProtoTools/CombinedUpdatesState.md)
* [\danog\MadelineProto\MTProtoTools\ResponseInfo: Obtain response information for file to server.](danog/MadelineProto/MTProtoTools/ResponseInfo.md)
* [\danog\MadelineProto\Settings\AppInfo: App information.](danog/MadelineProto/Settings/AppInfo.md)
* [\danog\MadelineProto\Settings\Auth: Cryptography settings.](danog/MadelineProto/Settings/Auth.md)

View File

@ -266,7 +266,7 @@ Get main instance.
#### See also:
* [`\danog\MadelineProto\MTProto`: Manages all of the mtproto stuff.](./MTProto.md)
* `\danog\MadelineProto\MTProto`

View File

@ -95,7 +95,7 @@ Get main API.
#### See also:
* [`\danog\MadelineProto\MTProto`: Manages all of the mtproto stuff.](./MTProto.md)
* `\danog\MadelineProto\MTProto`

View File

@ -406,7 +406,7 @@ Parameters:
#### See also:
* [`\danog\MadelineProto\MTProto`: Manages all of the mtproto stuff.](./MTProto.md)
* `\danog\MadelineProto\MTProto`
@ -417,7 +417,7 @@ Get main instance.
#### See also:
* [`\danog\MadelineProto\MTProto`: Manages all of the mtproto stuff.](./MTProto.md)
* `\danog\MadelineProto\MTProto`

View File

@ -202,7 +202,7 @@ Get API instance.
#### See also:
* [`\danog\MadelineProto\MTProto`: Manages all of the mtproto stuff.](./MTProto.md)
* `\danog\MadelineProto\MTProto`

View File

@ -49,7 +49,6 @@ PHP implementation of telegram's MTProto protocol.
* [\danog\MadelineProto\FileCallback: File callback interface.](danog/MadelineProto/FileCallback.md)
* [\danog\MadelineProto\Logger: Logger class.](danog/MadelineProto/Logger.md)
* [\danog\MadelineProto\Lua: Lua interface.](danog/MadelineProto/Lua.md)
* [\danog\MadelineProto\MTProto: Manages all of the mtproto stuff.](danog/MadelineProto/MTProto.md)
* [\danog\MadelineProto\MyTelegramOrgWrapper: Wrapper for my.telegram.org.](danog/MadelineProto/MyTelegramOrgWrapper.md)
* [\danog\MadelineProto\PTSException: Internal error indicating a problem with Telegram's servers.](danog/MadelineProto/PTSException.md)
* [\danog\MadelineProto\PsrLogger: PSR-3 wrapper for MadelineProto's Logger.](danog/MadelineProto/PsrLogger.md)
@ -67,12 +66,6 @@ PHP implementation of telegram's MTProto protocol.
* [\danog\MadelineProto\Db\MysqlArray: MySQL database backend.](danog/MadelineProto/Db/MysqlArray.md)
* [\danog\MadelineProto\Db\PostgresArray: Postgres database backend.](danog/MadelineProto/Db/PostgresArray.md)
* [\danog\MadelineProto\Db\RedisArray: Redis database backend.](danog/MadelineProto/Db/RedisArray.md)
* [\danog\MadelineProto\Db\Driver\Mysql: MySQL driver wrapper.](danog/MadelineProto/Db/Driver/Mysql.md)
* [\danog\MadelineProto\Db\Driver\Postgres: Postgres driver wrapper.](danog/MadelineProto/Db/Driver/Postgres.md)
* [\danog\MadelineProto\Db\Driver\Redis: Redis driver wrapper.](danog/MadelineProto/Db/Driver/Redis.md)
* [\danog\MadelineProto\Db\NullCache\MysqlArray: MySQL database backend, no caching.](danog/MadelineProto/Db/NullCache/MysqlArray.md)
* [\danog\MadelineProto\Db\NullCache\PostgresArray: Postgres database backend, no caching.](danog/MadelineProto/Db/NullCache/PostgresArray.md)
* [\danog\MadelineProto\Db\NullCache\RedisArray: Redis database backend, no caching.](danog/MadelineProto/Db/NullCache/RedisArray.md)
* [\danog\MadelineProto\Files\Server: MadelineProto fileserver.](danog/MadelineProto/Files/Server.md)
* [\danog\MadelineProto\Ipc\Client: IPC client.](danog/MadelineProto/Ipc/Client.md)
* [\danog\MadelineProto\Ipc\IpcState: IPC state class.](danog/MadelineProto/Ipc/IpcState.md)
@ -92,7 +85,6 @@ PHP implementation of telegram's MTProto protocol.
* [\danog\MadelineProto\MTProto\TempAuthKey: MTProto temporary auth key.](danog/MadelineProto/MTProto/TempAuthKey.md)
* [\danog\MadelineProto\MTProtoSession\MsgIdHandler\MsgIdHandler32: Manages message ids.](danog/MadelineProto/MTProtoSession/MsgIdHandler/MsgIdHandler32.md)
* [\danog\MadelineProto\MTProtoSession\MsgIdHandler\MsgIdHandler64: Manages message ids.](danog/MadelineProto/MTProtoSession/MsgIdHandler/MsgIdHandler64.md)
* [\danog\MadelineProto\MTProtoTools\CombinedUpdatesState: Stores multiple update states.](danog/MadelineProto/MTProtoTools/CombinedUpdatesState.md)
* [\danog\MadelineProto\MTProtoTools\MinDatabase: Manages min peers.](danog/MadelineProto/MTProtoTools/MinDatabase.md)
* [\danog\MadelineProto\MTProtoTools\PasswordCalculator: Manages SRP password calculation.](danog/MadelineProto/MTProtoTools/PasswordCalculator.md)
* [\danog\MadelineProto\MTProtoTools\ReferenceDatabase: Manages upload and download of files.](danog/MadelineProto/MTProtoTools/ReferenceDatabase.md)