rubenlagus / TelegramBots

Java library to create bots using Telegram Bots API
https://telegram.me/JavaBotsApi
MIT License
4.68k stars 1.18k forks source link

Uploading files #428

Closed karimiehsan90 closed 6 years ago

karimiehsan90 commented 6 years ago

Hi How can I upload file to telegram's server? I know there are three ways to send files One file_id Two link that this doesn't work for my vps Three upload How can I do this?

Clevero commented 6 years ago

In the wiki is an example how to send a photo.

https://github.com/rubenlagus/TelegramBots/wiki/FAQ#how_to_send_photos

Should be similiar for other file types like Document and Audio

Clevero commented 6 years ago

@karimiehsan90 Is your problem solved? If yes, please close the issue