telegram-bot-api icon indicating copy to clipboard operation
telegram-bot-api copied to clipboard

How can I reupload a Documenet as a photo?

Open appleGun22 opened this issue 1 year ago • 1 comments

I've tried two methods, tgbotapi.FileID(file_id) (wrong file type) , tgbotapi.FileURL( bot.GetFileDirectURL(file_id) ) (wrong file identifier/HTTP URL specified)

but they do not work, can I reupload the file without downloading it?

appleGun22 avatar Aug 12 '22 23:08 appleGun22

Any file_id has own type. If youre uploaded image as document, you need download it and upload as photo. You can't pass file_id of document type to sendPhoto method

temamagic avatar Sep 17 '22 22:09 temamagic