-
When exception occurs during LongPolling and cannot get updates, exception is shown however the reason for the error is not shown (e.g. long polling is conflict by other long polling process).
-
Hi!
I use your cool library, but i dont understand how correctly use it with proxy.
I read all issues about it but dont find solution.
I use TelegramLongPollingBot and folowing code:
TelegramBotsAp…
-
hi
i create a bot using [https://github.com/rubenlagus/TelegramBots/wiki/Getting-Started](url)
code is exactly like wiki the only difference is i use my own bot user name and token;
but when i run …
-
-
Hi!
Link is broken. Please add jar.
https://github.com/rubenlagus/TelegramBots/releases/tag/v2.4.0
-
Hi rubenlagus ? Cannot register while behind proxy.. see error code below..
org.telegram.telegrambots.TelegramApiException: Error executing setWebook method
Caused by: java.net.UnknownHostException…
-
Hi. I have an error in this piece of code in case when type.equals('s')
in other situations everything works fine.
the problem is the error itself say nothing about what is wrong, I've spent like tw…
-
After deployment my bot with TelegramBots java sdk on heroku, app work fine, but after 90 second it's crashed with log:
**Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seco…
-
in GetChatMemberCount
![image](https://cloud.githubusercontent.com/assets/10764639/18814133/9a5a4aaa-8319-11e6-89f7-259c57f35a4a.png)
-
Hey everyone!
I'm trying to make a bot with InlineKeyboardMarkup feature and faced an issue while updating the existing chat message.
How do I use the editMessage method?
I couldn't find how to get a…