witnessmenow / Universal-Arduino-Telegram-Bot

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

Added functions for chatDescription #210

Open cb-lock opened 3 years ago

cb-lock commented 3 years ago
cb-lock commented 3 years ago

Hello and thank you creating this wonderful library! I would like to contribute some functions that I found missing for my use case. Please let me know if there are any issues with adopting these changes.

I am happy to help and contribute!

witnessmenow commented 3 years ago

Thanks for the PR.

As mentioned in the above comment, I'm concerned about how large the message size is and what impact that will have.

Also new features like this will require some examples to demo how to use it

cb-lock commented 3 years ago

Thanks for the PR.

As mentioned in the above comment, I'm concerned about how large the message size is and what impact that will have.

Also new features like this will require some examples to demo how to use it

Ok, I will add an example.