-
### Steps to reproduce
1. Create a bot via BotFather
2. Make a new group or channel
3. Try to add the created bot as admin.
### Expected behaviour
Bot is displayed in list and you are able t…
-
Hello everyone, how are you, I need your help, I do not understand the documentation, I am working from IntelliJ Idea. Basically my bot already works and everything, but now to assign a webhook is co…
-
**I follow the instructions and when I run my bot in my android app, I get this error log:**
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.miners.testing, PID: 9496
java.lang.NoSuchF…
-
Create groups or supergroups
https://core.telegram.org/method/channels.createChannel
-
```
user@laptop:~ $ java -jar bot.jar
Exception in thread "main" java.lang.NoSuchMethodError: 'void org.telegram.telegrambots.meta.TelegramBotsApi.(java.lang.Class)'
at mybot.MainClass.main…
-
```
2020-10-14 09:26:40.783 ERROR 6 --- [gram Connection] o.t.t.u.DefaultBotSession : Error getting updates
org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Er…
-
I decided to start a new project and imported telegrambots library (5.0.1) via maven. My Intellij downloaded only **telegram-meta:5.0.1**, while **telegrambots:5.0.1** was missing in list of external …
-
If i try your example, i get an error..
SendMessage message = new SendMessage().setChatId(update.getMessage().getChatId()).setText(update.getMessage().getText());
The method setChatid(String) in…
-
I cant use WatsonWebserver with TelegramBot (https://github.com/TelegramBots/Telegram.Bot), at same time (watson need Newtonsoft.Json v12, telegrambot v11). Nuget packages installing correctly but aft…
-
- **BOSWatch Version + Branch**
2.5.1 - master
- **genutzte Plugins**
telegram
Ist es möglich nur bestimmte SubRICS an Telegram / Mail etc zu senden? RegEX hat leider kein Wildcard dafür ode…