TeleDart icon indicating copy to clipboard operation
TeleDart copied to clipboard

sendMediaGroup does not work with uploading files

Open DinoLeung opened this issue 6 years ago • 2 comments

inputmedia can only take file_id and HTTP URL right now need to implement POST multipart/form-data uploading files

might need to implement a inputFile object https://core.telegram.org/bots/api#sending-files

DinoLeung avatar May 28 '18 08:05 DinoLeung

I would like to be able to send generated PDF files directly through Telegram to a user upon a command. Any way we can work on this?

CorvetteCole avatar Apr 09 '20 21:04 CorvetteCole

this commit from a fork that supported uploading videos and photos may be helpful: https://github.com/bierbaumtim/TeleDart/commit/668ca95469e4169131ba0b0c2118b421f58f1954

CorvetteCole avatar Apr 09 '20 21:04 CorvetteCole