pengrad / java-telegram-bot-api

Telegram Bot API for Java
https://core.telegram.org/bots
Apache License 2.0
1.79k stars 372 forks source link

Add getFile method #2

Closed maratkalibek closed 8 years ago

maratkalibek commented 8 years ago

https://core.telegram.org/bots/api#getfile

pengrad commented 8 years ago

Thanks! Added in 1.1.0 version: compile 'com.github.pengrad:java-telegram-bot-api:1.1.0'

telegramBot.getFile(String fileId) telegramBot.getFullFilePath(File file) or just telegramBot.getFullFilePath(String fileId)