1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:24:42 +01:00

Bump docs

This commit is contained in:
Daniil Gentili 2024-04-27 19:10:02 +02:00
parent aeb3d18b86
commit 0e85ee699c
2 changed files with 10 additions and 1 deletions

View File

@ -67,6 +67,15 @@ The following open source projects were created using MadelineProto: you can dir
* [`pipesbot.php`](https://github.com/danog/pipesbot) - Creating inline bots and using other inline bots via a userbot!
* [`bot.php`](https://github.com/danog/MadelineProto/blob/v8/examples/bot.php) - Examples for how to use filters, updates, get download links for any file, Telegram Stories and much more!
Some of MadelineProto's core components are also available as separate, standalone libraries:
- [danog/async-orm](https://github.com/danog/AsyncOrm) - Async ORM based on AMPHP v3 and fibers.
- [danog/telegram-entities](https://github.com/danog/telegram-entities) - A library to work with Telegram UTF-16 styled text entities.
- [danog/tg-file-decoder](https://github.com/danog/tg-file-decoder) - A library to work with Telegram bot API file IDs.
- [danog/loop](https://github.com/danog/loop) - Loop/actor model abstraction for AMPHP.
- [danog/ipc](https://github.com/danog/ipc) - Async IPC component for AMPHP.
- [danog/dns-over-https](https://github.com/danog/dns-over-https) - Async DNS-over-HTTPS resolution for AMPHP.
Want to add your own open-source project to this list? [Click here!](https://docs.madelineproto.xyz/FOSS.html)
## Documentation

2
docs

@ -1 +1 @@
Subproject commit ab57b4e8d2a0ce804042bd61f1dd4a6293dfb55b
Subproject commit e80fdb0a4931141d2469b6d0a5ad50e43903bbd4