Post an image file from disk using Telegram Bot in Python
bot.send_photo(chat_id=chat_id, photo=open('tests/test.png', 'rb'))
References
https://github.com/python-telegram-bot/python-telegram-bot/wiki/Code-snippets
bot.send_photo(chat_id=chat_id, photo=open('tests/test.png', 'rb'))
References
https://github.com/python-telegram-bot/python-telegram-bot/wiki/Code-snippets