-
**Steps to reproduce:**
1. Try to use code:
```
public void sendDocument(chanId, byte[] fileBytes){
File temp = File.createTempFile("My own file name", ".pdf");
FileUtils.writeByteArr…
-
I'm finally ready to release my Java library for the Telegram Bot API. Just need to add the license and readme file.
nadam updated
8 years ago
-
I've noticed it once before at the `Find Quality Score recalibration spots` step but now it is also occurring at the `Proceed Quality Score recalibration` step.
The output of the RNAEditor at some ste…
-
There is some bug in the handling caption of photo, video, etc.
In the first time, when you send a message, that contains the caption with non-English letters, all of them are replaced by question mar…
-
How can I download image via this java-telegram-bot-api?
I got a response that contains Message model. now I want to get to the Image file, how can I do this?
-
i add the github (compile 'com.github.pengrad:java-telegram-bot-api:1.3.2') in dependencies.
but gradel have errror :-1:
Error:(26, 13) Failed to resolve: com.github.pengrad:java-telegram-bot-api:1.…
-
I know this is not an issue, but I need help to create a bot, I don't even know how start.
I put the bot token and run Main.java and just errors
"Oct 26, 2015 2:15:56 PM org.apache.http.impl.execcha…
-
Hello,
how can i download this api? I saw that i need to use gradle or maven, but how?
Can i use it directly in Eclipse? Can anyone help me or send me a link.
I really dont know how i do this.
-
```
Config: {telegramProperties=/etc/rundeck/telegram.properties, botAuthToken=12345678:xxxxxxxxxxxxxxxxxxxxx, templateMessage=mynet: ${job.group}/check_stuff
Status: ${status} (${context.job.execid})…
Nhoya updated
8 years ago
-
Hello!
I need to send field "request_location" in object "KeyboardButton". How i can do that? Thank you.