Universal-Arduino-Telegram-Bot icon indicating copy to clipboard operation
Universal-Arduino-Telegram-Bot copied to clipboard

feature request: disable_notification

Open umbm opened this issue 4 years ago • 1 comments

It is possible to add the "disable_notification" parameter as a new send command "bot.sendMessageWithoutNotification"?

In API the parameter disable_notification sends a message without alert-sound at recipients client. It would be very useful for bots, to send standard messages without notification and only important messages like alarms with notification.

umbm avatar Nov 07 '21 17:11 umbm

Recently I also needed such functionality. Just added to the PR #260. You can take changes from it or wait for a pull request (if there are no problems with it).

gemini1389 avatar Nov 08 '21 00:11 gemini1389