smartnode / telebot

Telegram Bot API in C
https://elmurod.net/telebot
Apache License 2.0
162 stars 38 forks source link

disable_notification is not working ? #54

Closed pjalocha closed 2 years ago

pjalocha commented 2 years ago

It seems the notification sound is always there and the disable_notification is not present in the JSON debug printout ? Or did I miss something ? There seems to be a code treating it in the telebot-core_send-message() but then why it does not work ?

smartnode commented 2 years ago

I'm sure telebot_core_send_message() does add disable_notification as post data but I'm not sure why it would not work. If you can analyze more and provide what is the bug we can fix it.