Answers for "telegram bot curl send document"

0

telegram bot curl send document

curl -F document=@"path/to/some.file" https://api.telegram.org/bot<token>/sendDocument?chat_id=<chat_id>
Posted by: Guest on July-08-2020

Code answers related to "telegram bot curl send document"

Browse Popular Code Answers by Language