Update index
This commit is contained in:
parent
33041140e2
commit
3f8ab5cbbe
25
README.md
25
README.md
@ -63,6 +63,17 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro
|
|||||||
* [Ignored async](https://docs.madelineproto.xyz/docs/ASYNC.html#ignored-async)
|
* [Ignored async](https://docs.madelineproto.xyz/docs/ASYNC.html#ignored-async)
|
||||||
* [Blocking async](https://docs.madelineproto.xyz/docs/ASYNC.html#blocking-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)
|
* [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)
|
||||||
|
* [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-single-thread-forking)
|
||||||
|
* [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)
|
* [Creating a client](https://docs.madelineproto.xyz/docs/CREATING_A_CLIENT.html)
|
||||||
* [Logging in](https://docs.madelineproto.xyz/docs/LOGIN.html)
|
* [Logging in](https://docs.madelineproto.xyz/docs/LOGIN.html)
|
||||||
* [Automatic](https://docs.madelineproto.xyz/docs/LOGIN.html#automatic)
|
* [Automatic](https://docs.madelineproto.xyz/docs/LOGIN.html#automatic)
|
||||||
@ -77,10 +88,10 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro
|
|||||||
* [Composer from scratch](https://docs.madelineproto.xyz/docs/INSTALLATION.html#composer-from-scratch)
|
* [Composer from scratch](https://docs.madelineproto.xyz/docs/INSTALLATION.html#composer-from-scratch)
|
||||||
* [Composer from existing project](https://docs.madelineproto.xyz/docs/INSTALLATION.html#composer-from-existing-project)
|
* [Composer from existing project](https://docs.madelineproto.xyz/docs/INSTALLATION.html#composer-from-existing-project)
|
||||||
* [Handling updates](https://docs.madelineproto.xyz/docs/UPDATES.html)
|
* [Handling updates](https://docs.madelineproto.xyz/docs/UPDATES.html)
|
||||||
* [Event driven](https://docs.madelineproto.xyz/docs/UPDATES.html#event-driven)
|
* [Async Event driven](https://docs.madelineproto.xyz/docs/UPDATES.html#async-event-driven)
|
||||||
* [Multi-account: Combined Event driven update handling](https://docs.madelineproto.xyz/docs/UPDATES.html#combined-event-driven)
|
* [Multi-account: Async Combined Event driven update handling](https://docs.madelineproto.xyz/docs/UPDATES.html#async-combined-event-driven)
|
||||||
* [Callback](https://docs.madelineproto.xyz/docs/UPDATES.html#callback)
|
* [Async Callback](https://docs.madelineproto.xyz/docs/UPDATES.html#async-callback)
|
||||||
* [Noop](https://docs.madelineproto.xyz/docs/UPDATES.html#noop)
|
* [Noop (default)](https://docs.madelineproto.xyz/docs/UPDATES.html#noop)
|
||||||
* [Settings](https://docs.madelineproto.xyz/docs/SETTINGS.html)
|
* [Settings](https://docs.madelineproto.xyz/docs/SETTINGS.html)
|
||||||
* [Getting info about the current user](https://docs.madelineproto.xyz/docs/SELF.html)
|
* [Getting info about the current user](https://docs.madelineproto.xyz/docs/SELF.html)
|
||||||
* [Exceptions](https://docs.madelineproto.xyz/docs/EXCEPTIONS.html)
|
* [Exceptions](https://docs.madelineproto.xyz/docs/EXCEPTIONS.html)
|
||||||
@ -121,8 +132,9 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro
|
|||||||
* [Reduced chat info (very fast)](https://docs.madelineproto.xyz/docs/CHAT_INFO.html#get_info)
|
* [Reduced chat info (very fast)](https://docs.madelineproto.xyz/docs/CHAT_INFO.html#get_info)
|
||||||
* [Getting all chats (dialogs)](https://docs.madelineproto.xyz/docs/DIALOGS.html)
|
* [Getting all chats (dialogs)](https://docs.madelineproto.xyz/docs/DIALOGS.html)
|
||||||
* [As user](https://docs.madelineproto.xyz/docs/DIALOGS.html#user-get_dialogs)
|
* [As user](https://docs.madelineproto.xyz/docs/DIALOGS.html#user-get_dialogs)
|
||||||
|
* [Full dialog info](https://docs.madelineproto.xyz/docs/DIALOGS.html#user-get_full_dialogs)
|
||||||
* [As bot](https://docs.madelineproto.xyz/docs/DIALOGS.html#bot-internal-peer-database)
|
* [As bot](https://docs.madelineproto.xyz/docs/DIALOGS.html#bot-internal-peer-database)
|
||||||
* [Inline buttons](https://docs.madelineproto.xyz/docs/INLINE_BUTTONS.html)
|
* [Inline buttons ([now fully async!](https://docs.madelineproto.xyz/docs/ASYNC.html))](https://docs.madelineproto.xyz/docs/INLINE_BUTTONS.html)
|
||||||
* [Secret chats](https://docs.madelineproto.xyz/docs/SECRET_CHATS.html)
|
* [Secret chats](https://docs.madelineproto.xyz/docs/SECRET_CHATS.html)
|
||||||
* [Requesting secret chats](https://docs.madelineproto.xyz/docs/SECRET_CHATS.html#requesting-secret-chats)
|
* [Requesting secret chats](https://docs.madelineproto.xyz/docs/SECRET_CHATS.html#requesting-secret-chats)
|
||||||
* [Accepting secret chats](https://docs.madelineproto.xyz/docs/SECRET_CHATS.html#accepting-secret-chats)
|
* [Accepting secret chats](https://docs.madelineproto.xyz/docs/SECRET_CHATS.html#accepting-secret-chats)
|
||||||
@ -130,6 +142,9 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro
|
|||||||
* [Sending secret messages](https://docs.madelineproto.xyz/docs/SECRET_CHATS.html#sending-secret-messages)
|
* [Sending secret messages](https://docs.madelineproto.xyz/docs/SECRET_CHATS.html#sending-secret-messages)
|
||||||
* [Lua binding](https://docs.madelineproto.xyz/docs/LUA.html)
|
* [Lua binding](https://docs.madelineproto.xyz/docs/LUA.html)
|
||||||
* [Using a proxy](https://docs.madelineproto.xyz/docs/PROXY.html)
|
* [Using a proxy](https://docs.madelineproto.xyz/docs/PROXY.html)
|
||||||
|
* [How to set a proxy](https://docs.madelineproto.xyz/docs/PROXY.html#how-to-set-a-proxy)
|
||||||
|
* [Multiple proxies with automatic switch](https://docs.madelineproto.xyz/docs/PROXY.html#multiple-proxies-with-automatic-switch)
|
||||||
|
* [Use pre-built MTProxy](https://docs.madelineproto.xyz/docs/PROXY.html#mtproxy)
|
||||||
* [Use pre-built Socks5 proxy](https://docs.madelineproto.xyz/docs/PROXY.html#socks5-proxy)
|
* [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)
|
* [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)
|
* [Build your own proxy](https://docs.madelineproto.xyz/docs/PROXY.html#build-your-proxy)
|
||||||
|
2
docs
2
docs
@ -1 +1 @@
|
|||||||
Subproject commit 68d3db083aac2eb162802645eb18c539550df5a6
|
Subproject commit da911f8e77afaae1ea9999a977868b87138d0b30
|
Loading…
Reference in New Issue
Block a user