Код: Выделить всё
Failed to convert James Blake - Never Dreamed.mp4 to media. Not an existing file, an HTTP URL or a valid bot-API-like file ID
Код: Выделить всё
async def gramain():
# Getting information about yourself
me = await bott.get_me()
print(me.stringify())
filesww = os.listdir('media').pop()
now = os.getcwd()
mediadir = now + "/media/"
vid = open(mediadir+filesww, 'r')
# await bot.send_message(chat, 'Hello, friend!')
await bott.send_file(chat, filesww, video_note=True)
https://docs.telethon.dev/en/stable/mod ... .send_file
Я не могу понять, в чем проблема. Пожалуйста, помогите!
Подробнее здесь: https://stackoverflow.com/questions/621 ... am-channel
Мобильная версия