tdlight-team / tdlight-telegram-bot-api

The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
https://t.me/TDLight
Boost Software License 1.0
124 stars 27 forks source link

Add API support to manage Telegram proxies. #66

Closed davidgfnet closed 3 years ago

davidgfnet commented 3 years ago

This adds new endpoints: getProxies, addProxy, deleteProxy, enableProxy and disableProxy. The yaml doc file has been updated to hopefully correct information.

MarcoBuster commented 3 years ago

Hi, thank you for your PR! The documentation job is failing, please fix :)

davidgfnet commented 3 years ago

Hey mind taking another look at this?

cavallium commented 3 years ago

@davidgfnet Please the next time don't force-push the pr, because we can't tell what you changed

davidgfnet commented 3 years ago

Ok I did not force push it this time :)

luckydonald commented 3 years ago

I have a few points I think we still need to address, and at least document:

cavallium commented 3 years ago

I have a few points I think we still need to address, and at least document:

  • A section about proxy support listing the available methods in the README would be nice for those not looking at the changelog too closely.
  • How can the configuration of that be turned off for the public instances we host?

Open a PR with the changes or a new issue, so we can track this problem