How to read messages from Telegram group with bot?
问题 I would like to connect a simple telegram bot to read messages from a group, (where I'm not admin). I already added the bot to the group, but it doesn't work. Here is the code I have in Python: import telepot from pprint import pprint import time from telepot.loop import MessageLoop key = "MY API" bot = telepot.Bot(key) def handle(msg): pprint(msg) bot.message_loop(handle) while 1: time.sleep(10) If I open the chat (of the bot) and write a message, everything works well. But when someone send