Код: Выделить всё
re = requests.get(f"https://api.telegram.org/bot{token}/messages.getMessages")
print(re.text)
Код: Выделить всё
{"ok":false,"error_code":404,"description":"Not Found"}
Подробнее здесь: https://stackoverflow.com/questions/786 ... -for-group