Привествую вас! Помогите начинающиму нубу разобраться, что нужно вставить в "FILEID" ??? Данный код из документации pyTelegramBotAPI 3.6.7 для открытия фотографии и отправки его!
All send_xyz functions which can take a file as an argument, can also take a file_id instead of a file.
# sendPhoto
photo = open('/tmp/photo.png', 'rb')
tb.send_photo(chat_id, photo)
tb.send_photo(chat_id, "FILEID")