shurillu / CTBot

A simple (and easy to use) Arduino Telegram BOT Library for ESP8266/ESP32
MIT License
147 stars 34 forks source link

disable notification #77

Open olegi4a opened 3 years ago

olegi4a commented 3 years ago

is it possible to send messages silently?

shurillu commented 3 years ago

Hello olegi4a, thak you for using the library. Actually the functionality that you ask is not implemented yet. I'll check and i'll add it in a future release. Cheers,

Stefano

olegi4a commented 3 years ago

Thank you Stefano for your work, in fact it is a well-designed library

shurillu commented 3 years ago

Hello olegi4a, I've added the functionality that you asked in the v3.0.0 branch: calling the silentNotification(bool mode) method you can enable/disable the notification sound. So if you want to check it, could give me a feedback?

Thanks, Stefano

olegi4a commented 3 years ago

everything works perfectly, thank you