TeleDart
TeleDart copied to clipboard
sendMediaGroup does not work with uploading files
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
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?
this commit from a fork that supported uploading videos and photos may be helpful: https://github.com/bierbaumtim/TeleDart/commit/668ca95469e4169131ba0b0c2118b421f58f1954