-
Why my bot randomly spam this error? How can i fix it? Thanks.
`May 21, 2019 3:03:57 PM org.telegram.telegrambots.meta.logging.BotLogger severe
SEVERE: BOTSESSION
javax.net.ssl.SSLProtocolExcepti…
-
(Idea)
https://core.telegram.org/bots/api#markdownv2-style
-
API 6.6.0 is released, but I can't add it to the dependencies. 6.5.0 works fine
Gradle-8.1.1
jdk - temurin-20.0.1
build.gradle
```gradle
plugins {
id 'java'
id 'org.springframework.…
-
CLT
![image](https://user-images.githubusercontent.com/78002411/196115805-f87ebc07-161e-4810-8d4e-82c9ce12c872.png)
MEI
![image](https://user-images.githubusercontent.com/78002411/200006901-…
-
**Describe the bug**
Hi! I can't see when telegram bot is running in spring. He's just start and stoping.
**Code**
``` java
package kz.tiger.zone.tigerzoneshopbot.bot;
import lombok.extern…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
Someone opened an Issue on my repo, but I think thi…
-
HTTP code: `403`
Error message:
- `Forbidden: bot was kicked from the group chat exception`
- `Forbidden: bot was kicked from the group channel exception`
- `Forbidden: bot was kicked from the gr…
-
In this part of the code.
public static String prepareTextForMessage(MailingHistoryDto mailingHistory) {
StringBuilder text = new StringBuilder("*Mailings history: *");
**if(maili…
-
#### Environment details
1. Specify the API at the beginning of the title. For example, "BigQuery: ...").
General, Core, and Other are also allowed as types
2. OS type and version: Ubuntu 16.0…
-
Hy everyone.
I have this error when I use a Telegram bot extending from LongPollingTelegram.
I am sure that i have only one instance of my bot in work.
My bot is written in SpringBoot version 2.6.4…