Please answer these questions before submitting your issue. Thanks!
What version of pyTelegramBotAPI are you using?
4.10.0
What OS are you using?
Windows
What version of python are you using?
Python 3.10.9
For some reason, AsyncTeleBot doesn't get updates from service messages. For example, I have a bot in a group. If I run this code and then I pin a message I get no result.
Even if I just let func be True all the time, I get no update when the message is a service message i.e. someone joined the chat, someone left the chat, pinned message etc.
If I run this, however, it works.
Please answer these questions before submitting your issue. Thanks!
For some reason, AsyncTeleBot doesn't get updates from service messages. For example, I have a bot in a group. If I run this code and then I pin a message I get no result.
Even if I just let func be True all the time, I get no update when the message is a service message i.e. someone joined the chat, someone left the chat, pinned message etc. If I run this, however, it works.
I have even tried
polling(allowed_updates=telebot.util.content_type_service)
but it didnt work