-
I start my bot and it recieves updates, but when I want to send a message, bot throws an exception:
java.lang.reflect.UndeclaredThrowableException: null
at com.ibgry.stat78.service.RegistrationSe…
-
I'm running on Ubuntu 18.04 and wanted to create a small Telegram bot.
I added the jars with dependencies to my eclipse project and tried the tutorial code from here (with my own bot name and api …
peteh updated
6 years ago
-
Hi, i have a class MyBot that extends TelegramLongPollingCommandBot implements LongPollingBot, know i want write test, i have try with Mockito but i can't understand to use it for testing the bot.
I …
-
I need to download picture via bot. I got the path to it, then i used downloadFile() method and then got java.io.File. But from it i got image with 90x90 resolution. When i opened link in my browser -…
-
Hello! I'm new with telegram bot API.
I'm trying to collect information about the members of the group and display it on the command / list.
To store the list of participants I use ArrayList and …
-
We're using this in our logging cluster to send alerts to different channels in Telegram. After about a month of running, the logs on our Graylog instance are filled with:
` ERROR: Telegram Bots Ap…
-
When users are polling registered errors:
```
MID: WARN [PollService:vote:55] Option (id: 𦂗𢑪ꇿﻴ⎣윢) to vote for was not found in poll with _id: 5a93a2c4e5a95f02a5ea277d
MID: ERROR [PollingBot:onUpda…
-
... especially `errorCode` and `description`. If you are ok with https://github.com/pengrad/java-telegram-bot-api/pull/123 changes I will also add the same to responses and it will fix this issue
-
-
I'm making a bot for bitbucket with the telegram bot included. If I'm working with a rest plugin module from atlassian and if I add the dependency to the pom for org.telegram.telegrambots and import t…