-
I would like to ask if it is able to create TelegramBotApi without any parameter(i.e: using no-arg constructor) and using it to register bot??
When I follow the usage, there is HTTPHostConnectExcepti…
-
i add jar file in may project in netbeans but have many errore
why?
Exception in thread "OkHttp Dispatcher" java.lang.AbstractMethodError: com.pengrad.telegrambot.impl.TelegramBotClient$1.onRespon…
-
Hi,
I am having some problems here: when I run the application it prints out the same first `Update` in an infinite loop, acting like it doesn't confirm it. I'm pretty sure it's an _offset_ issue, …
-
are you planning to add the bot 3.0 new api??
Thanks
-
Hi,
first of all thanks for the wonderful API.
Second, I'm getting a `retrofit.RetrofitError: 400 Bad Request` when trying to send a message to a channel using `bot.sendMessage("@mychannel", "short me…
-
Tonight I've got more than 120 messages from Bot. All are the same:
```
The stacktrace is:
java.net.PlainSocketImpl.socketConnect(Native Method)
java.net.AbstractPlainSocketImpl.doConnect(AbstractPla…
-
Выкачать из репозитория github библиотеки с API для работы с telegram bot на java.
-
I didn't find an example of correct closing the bot.
So I used the following code:
``` java
public class Main {
public static void main(String[] args) {
TelegramBotsApi telegramBotsApi = …
-
Hi!
I just wanted to create some application for my telegramm bot, and when I build example code from here => https://github.com/rubenlagus/TelegramBots/wiki/Getting-Started
I am getting an Error:
…
-
How would the telegram bot + API.ai "talk" to our server aplication? A mock up service will be implemented.