-
i was using API for appointment availability but getting below error . It was working till yesterday. my request rate is also very less.
method:- org.springframework.web.client.HttpClientErrorExce…
-
https://github.com/pengrad/java-telegram-bot-api/blob/db496e2302b11e2924ea7e52e9408bc2c4360277/library/src/main/java/com/pengrad/telegrambot/model/User.java#L22
Exception in thread "main" java.lang…
-
Howdy!
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [X] I am running the latest version
- [X] I checked the documentation and found no ans…
-
Hello. I'm using this library with kotlin to create a bot. And I found that any exception doesn't write the reason of this exception.
For test I've created 2 similar bots on java and kotlin to produc…
-
Hi,
I added new symbols in .env file as below, but in frontend new symbols are not shown only the default symbols are listed.
BINANCE_JOBS_SIMPLE_STOP_CHASER_SYMBOLS=['IOSTBTC','BTCUSDT','ETHUSD…
-
Hi. I have some issue when Bot try to delete a forward message.
The logic of my bot is easy. It sends forward messages from private chats (where its super admin)
to the subscribed user (simple int…
-
You should use getFile() method in order to accomplish this.
1. Import below class
`import org.telegram.telegrambots.api.methods.GetFile;
`
2. Do the following:
```
String uploadedFileId = u…
-
I installed TA-Lib in the freqtrade directory and got an error when i tried to start the bot the first time. I tried to update using the setup.sh This time i got a different error along that ill leave…
-
It would be nice to have RangeOf implementation as Iterator
Following code probably can be refactored into this new implementation
https://github.com/yegor256/cactoos/blob/c6ca6d183ee5d0ca7dd76701…
-
https://github.com/pengrad/java-telegram-bot-api#get-updates
`public void onResponse(GetUpdates request, GetUpdatesResponse response)
{List updates = updatesResponse.updates();}`
rename `updatesRe…