Improve async docs
This commit is contained in:
parent
cc84816ed1
commit
52fffa7a68
@ -10,6 +10,8 @@ This library can be used to easily interact with Telegram **without** the bot AP
|
||||
|
||||
It can login with a phone number (MTProto API), or with a bot token (MTProto API, **no bot API involved!**).
|
||||
|
||||
[It is now fully async](https://docs.madelineproto.xyz/docs/ASYNC.html)!
|
||||
|
||||
## Getting started
|
||||
|
||||
```php
|
||||
@ -57,6 +59,7 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro
|
||||
* [Async in callback handler](https://docs.madelineproto.xyz/docs/ASYNC.html#async-in-callback-handler)
|
||||
* [Wrapped async](https://docs.madelineproto.xyz/docs/ASYNC.html#wrapped-async)
|
||||
* [Ignored async](https://docs.madelineproto.xyz/docs/ASYNC.html#ignored-async)
|
||||
* [Blocking async](https://docs.madelineproto.xyz/docs/ASYNC.html#blocking-async)
|
||||
* [MadelineProto and AMPHP async APIs](https://docs.madelineproto.xyz/docs/ASYNC.html#madelineproto-and-amphp-async-apis)
|
||||
* [Creating a client](https://docs.madelineproto.xyz/docs/CREATING_A_CLIENT.html)
|
||||
* [Logging in](https://docs.madelineproto.xyz/docs/LOGIN.html)
|
||||
|
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit 62a451db2f92da8034b7b9535c3c89dd5e0179da
|
||||
Subproject commit 55b64aaf627fceb0fae839c3008ffae25d53541d
|
@ -214,7 +214,7 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||||
$example = '';
|
||||
if (!isset($this->settings['td'])) {
|
||||
$example .= '### Can bots use this method: **'.($bot ? 'YES' : 'NO')."**\n\n\n";
|
||||
$example .= str_replace('[]', '', '### MadelineProto Example:
|
||||
$example .= str_replace('[]', '', '### MadelineProto Example ([now async!](https://docs.madelineproto.xyz/docs/ASYNC.html)):
|
||||
|
||||
|
||||
```php
|
||||
|
Loading…
Reference in New Issue
Block a user