witnessmenow / Universal-Arduino-Telegram-Bot

Use Telegram on your Arduino (ESP8266 or Wifi-101 boards)
MIT License
1.12k stars 306 forks source link

Make client protected or public #311

Closed eloquentarduino closed 1 year ago

eloquentarduino commented 1 year ago

I want to extend your library in my library, but I can't because client is private. Can you please stop using private variables?

witnessmenow commented 1 year ago

You pass client into this library, change the original reference all you like!