# chmod +x /home/pi/t11_temp.py
GPIO.add_event_detect(vlaga_pin, GPIO.FALLING, callback=vlaga1, bouncetime=10)
Traceback (most recent call last):
File "/home/pi/test33.py", line 46, in vlaga1
bot.sendMessage(chat_id, str("тест"))
File "/usr/local/lib/python3.5/dist-packages/telepot-12.7-py3.5.egg/telepot/__init__.py", line 513, in sendMessage
File "/usr/local/lib/python3.5/dist-packages/telepot-12.7-py3.5.egg/telepot/__init__.py", line 491, in _api_request
File "/usr/local/lib/python3.5/dist-packages/telepot-12.7-py3.5.egg/telepot/api.py", line 155, in request
File "/usr/local/lib/python3.5/dist-packages/telepot-12.7-py3.5.egg/telepot/api.py", line 150, in _parse
telepot.exception.TelegramError: ('Bad Request: chat not found', 400, {'error_code': 400, 'ok': False, 'description': 'Bad Request: chat not found'})