Answer the question
In order to leave comments, you need to log in
Error when sending a file of type (document) Python telebot module, what to do?
Why is the file I am sending (book in fb2 format) not being sent?
And it gives an error that the variable in which I wrote this file is empty
import telebot
TOKEN = '---'
bot = telebot.TeleBot(TOKEN)
f = open(r"C:\Users\Beko\Desktop\Новая папка\Как изобрести все!.fb2","rb")
bot.send_document(мой id,f )
f.close()
bot.polling()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question