This commit is contained in:
Daniil Gentili 2020-02-28 21:39:14 +01:00
parent 1523eda477
commit 37ab580245
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ Powered by [amphp](https://amphp.org), MadelineProto wraps the AMPHP APIs to pro
* [SignalLoop](#signalloop)
* [ResumableSignalLoop](#resumablesignalloop)
* [GenericLoop](#genericloop)
* [PeriodicLoop](#periodicloop)
## Usage

View File

@ -182,6 +182,7 @@ You can find examples for nearly every MadelineProto function in
* [SignalLoop](https://docs.madelineproto.xyz/docs/ASYNC.html#signalloop)
* [ResumableSignalLoop](https://docs.madelineproto.xyz/docs/ASYNC.html#resumablesignalloop)
* [GenericLoop](https://docs.madelineproto.xyz/docs/ASYNC.html#genericloop)
* [PeriodicLoop](https://docs.madelineproto.xyz/docs/ASYNC.html#periodicloop)
* [Using methods](https://docs.madelineproto.xyz/docs/USING_METHODS.html)
* [FULL API Documentation with descriptions](https://docs.madelineproto.xyz/API_docs/methods/)
* [Logout](https://docs.madelineproto.xyz/logout.html)