how to count the number of reactions of a post in a channel. pyTelegramBotAPI?
I’m trying to create a chatbot that will read the number of reactions and send them to me. In the pyTelegramBotAPI documentation, I found the message_reaction_count_handler and message_reaction_handler methods, but both of them do not work. There is almost no information on the Internet since this is a recent update.