|
|
|
@ -63,32 +63,6 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro
|
|
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
|
|
* [Async](https://docs.madelineproto.xyz/docs/ASYNC.html)
|
|
|
|
|
* [Usage](https://docs.madelineproto.xyz/docs/ASYNC.html#usage)
|
|
|
|
|
* [Enabling the MadelineProto async API](https://docs.madelineproto.xyz/docs/ASYNC.html#enabling-the-madelineproto-async-api)
|
|
|
|
|
* [Using the MadelineProto async API](https://docs.madelineproto.xyz/docs/ASYNC.html#using-the-madelineproto-async-api)
|
|
|
|
|
* [Async in event handler](https://docs.madelineproto.xyz/docs/ASYNC.html#async-in-event-handler)
|
|
|
|
|
* [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)
|
|
|
|
|
* [Multiple async](https://docs.madelineproto.xyz/docs/ASYNC.html#multiple-async)
|
|
|
|
|
* [ArrayAccess async](https://docs.madelineproto.xyz/docs/ASYNC.html#arrayaccess-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)
|
|
|
|
|
* [Helper methods](https://docs.madelineproto.xyz/docs/ASYNC.html#helper-methods)
|
|
|
|
|
* [Async sleep](https://docs.madelineproto.xyz/docs/ASYNC.html#async-sleep-does-not-block-the-main-thread)
|
|
|
|
|
* [Async readline](https://docs.madelineproto.xyz/docs/ASYNC.html#async-readline-does-not-block-the-main-thread)
|
|
|
|
|
* [Async echo](https://docs.madelineproto.xyz/docs/ASYNC.html#async-echo-does-not-block-the-main-thread)
|
|
|
|
|
* [MadelineProto artax HTTP client](https://docs.madelineproto.xyz/docs/ASYNC.html#madelineproto-artax-http-client)
|
|
|
|
|
* [Async forking](https://docs.madelineproto.xyz/docs/ASYNC.html#async-forking-does-green-thread-forking)
|
|
|
|
|
* [Async flock](https://docs.madelineproto.xyz/docs/ASYNC.html#async-flock)
|
|
|
|
|
* [Combining async operations](https://docs.madelineproto.xyz/docs/ASYNC.html#combining-async-operations)
|
|
|
|
|
* [MadelineProto async loop APIs](https://docs.madelineproto.xyz/docs/ASYNC.html#async-loop-apis)
|
|
|
|
|
* [Loop](https://docs.madelineproto.xyz/docs/ASYNC.html#loop)
|
|
|
|
|
* [ResumableLoop](https://docs.madelineproto.xyz/docs/ASYNC.html#resumableloop)
|
|
|
|
|
* [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)
|
|
|
|
|
* [Creating a client](https://docs.madelineproto.xyz/docs/CREATING_A_CLIENT.html)
|
|
|
|
|
* [Login](https://docs.madelineproto.xyz/docs/LOGIN.html)
|
|
|
|
|
* [Getting permission to use the telegram API](https://docs.madelineproto.xyz/docs/LOGIN.html#getting-permission-to-use-the-telegram-api)
|
|
|
|
@ -172,6 +146,32 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro
|
|
|
|
|
* [Use pre-built Socks5 proxy](https://docs.madelineproto.xyz/docs/PROXY.html#socks5-proxy)
|
|
|
|
|
* [Use pre-built HTTP proxy](https://docs.madelineproto.xyz/docs/PROXY.html#http-proxy)
|
|
|
|
|
* [Build your own proxy](https://docs.madelineproto.xyz/docs/PROXY.html#build-your-proxy)
|
|
|
|
|
* [Async](https://docs.madelineproto.xyz/docs/ASYNC.html)
|
|
|
|
|
* [Usage](https://docs.madelineproto.xyz/docs/ASYNC.html#usage)
|
|
|
|
|
* [Enabling the MadelineProto async API](https://docs.madelineproto.xyz/docs/ASYNC.html#enabling-the-madelineproto-async-api)
|
|
|
|
|
* [Using the MadelineProto async API](https://docs.madelineproto.xyz/docs/ASYNC.html#using-the-madelineproto-async-api)
|
|
|
|
|
* [Async in event handler](https://docs.madelineproto.xyz/docs/ASYNC.html#async-in-event-handler)
|
|
|
|
|
* [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)
|
|
|
|
|
* [Multiple async](https://docs.madelineproto.xyz/docs/ASYNC.html#multiple-async)
|
|
|
|
|
* [ArrayAccess async](https://docs.madelineproto.xyz/docs/ASYNC.html#arrayaccess-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)
|
|
|
|
|
* [Helper methods](https://docs.madelineproto.xyz/docs/ASYNC.html#helper-methods)
|
|
|
|
|
* [Async sleep](https://docs.madelineproto.xyz/docs/ASYNC.html#async-sleep-does-not-block-the-main-thread)
|
|
|
|
|
* [Async readline](https://docs.madelineproto.xyz/docs/ASYNC.html#async-readline-does-not-block-the-main-thread)
|
|
|
|
|
* [Async echo](https://docs.madelineproto.xyz/docs/ASYNC.html#async-echo-does-not-block-the-main-thread)
|
|
|
|
|
* [MadelineProto artax HTTP client](https://docs.madelineproto.xyz/docs/ASYNC.html#madelineproto-artax-http-client)
|
|
|
|
|
* [Async forking](https://docs.madelineproto.xyz/docs/ASYNC.html#async-forking-does-green-thread-forking)
|
|
|
|
|
* [Async flock](https://docs.madelineproto.xyz/docs/ASYNC.html#async-flock)
|
|
|
|
|
* [Combining async operations](https://docs.madelineproto.xyz/docs/ASYNC.html#combining-async-operations)
|
|
|
|
|
* [MadelineProto async loop APIs](https://docs.madelineproto.xyz/docs/ASYNC.html#async-loop-apis)
|
|
|
|
|
* [Loop](https://docs.madelineproto.xyz/docs/ASYNC.html#loop)
|
|
|
|
|
* [ResumableLoop](https://docs.madelineproto.xyz/docs/ASYNC.html#resumableloop)
|
|
|
|
|
* [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)
|
|
|
|
|
* [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)
|
|
|
|
@ -522,6 +522,7 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro
|
|
|
|
|
|
|
|
|
|
You can find examples for nearly every MadelineProto function in
|
|
|
|
|
* [magnaluna webradio](https://magna.madelineproto.xyz) - Multifeatured Telegram VoIP webradio
|
|
|
|
|
* [`downloadRenameBot.php`](https://github.com/danog/MadelineProto/blob/master/examples/downloadRenameBot.php) - download files by URL and rename Telegram files using this async parallelized bot!
|
|
|
|
|
* [`tests/testing.php`](https://github.com/danog/MadelineProto/blob/master/tests/testing.php) - examples for making/receiving calls, making secret chats, sending secret chat messages, videos, audios, voice recordings, gifs, stickers, photos, sending normal messages, videos, audios, voice recordings, gifs, stickers, photos.
|
|
|
|
|
* [`bot.php`](https://github.com/danog/MadelineProto/blob/master/examples/bot.php) - examples for sending normal messages, downloading any media
|
|
|
|
|
* [`secret_bot.php`](https://github.com/danog/MadelineProto/blob/master/examples/secret_bot.php) - secret chat bot
|
|
|
|
|