diff --git a/index.html b/index.html index a126896..bb8fe30 100644 --- a/index.html +++ b/index.html @@ -301,7 +301,7 @@

PWRTelegram bot API


-

With this API you will be able to everything you can do with the official bot API, and also download/upload big files (max 1.5 GB), delete messages and do much more!

To use it simply subsitute the url of the bot telegram api (https://api.telegram.org) with the url of the pwrtelegram api (https://api.pwrtelegram.xyz) in your telegram client.

You can use this command to do it:

sed -i 's/api\.telegram\.org/api\.pwrtelegram\.xyz/g' client.py

The source code is available @ https://github.com/pwrtelegram/pwrtelegram.

Visit pwrtelegram.xyz for the full documentation!

+

With this API you will be able to everything you can do with the official bot API, as well as download/upload big files (max 1.5 GB), delete messages and do much more!

To use it simply subsitute the url of the bot telegram api (https://api.telegram.org) with the url of the pwrtelegram api (https://api.pwrtelegram.xyz) in your telegram client.

You can use this command to do it:

sed -i 's/api\.telegram\.org/api\.pwrtelegram\.xyz/g' client.py

The source code is available @ https://github.com/pwrtelegram/pwrtelegram.

Visit pwrtelegram.xyz for the full documentation!