-
Hi!
Trying to run simple bot using Spring Boot, and get error:
aused by: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'polzaTelegramBot': Invocation of …
-
https://core.telegram.org/bots/api#message
https://github.com/TelegramBots/Telegram.Bot/blob/master/src/Telegram.Bot/Types/Message.cs
`Telegram.Bot.Types.Message.Date` must change to int.
-
I am trying to delete a message using my bot in a direct message, and I get this error:
org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error deleting message: [400] Bad Reques…
-
HTTP Code: `429`
Error message: `Too Many Requests: retry after [0-9]+`
-
hi i want to get the offset but i dont know how! and this is my code till now
static void Main(string[] args)
{
bot.OnUpdate += Bot_OnUpdate;
bot.StartR…
-
java.lang.NullPointerException
at Bot.sendMsg(Bot.java:50)
at Bot.onUpdateReceived(Bot.java:41)
at java.util.ArrayList.forEach(Unknown Source)
at org.telegram.telegrambots.meta.generics.LongPo…
-
In **DefaultAbsSender.java** present error in `String url = getBaseUrl () + SendVoice.PATH;`.
Is it in the execute method(Sandanimation sendAnimation) must be a call to SendVoice?
When I send a GIF…
-
Hi!
First of all, thanks for all your work! I'm trying to use this bot example and I have the problem when the bot wants to set the webhook.
I filled in application.yml the token and the usernam…
-
Hello there,
I want to send documents but i always get the following error.
> Unsupported handler 'TelegramHandler{bean=de.pagedesk.controller.TelegramController@642f8b7f, method=public org.tele…
-
Is there any way to edit an inline keyboard message multiple times?
I tried to run the following code in a loop statement
`if(update.hasCallbackQuery()){
String call_data = update.ge…