-
New telegram update introduced a new reaction type and now the lib can not deserialize reactions if there are paid ones.
```
Caused by: com.fasterxml.jackson.databind.exc.InvalidTypeIdException: C…
-
# I found a bug to report
Please use the following template to ensure maintainers can reproduce the bug and solve it quickly.
> Bug reports that do not follow this template will be kept closed b…
-
i am use web hoook and i get 400 with hook data
```
[HttpPost("webhook")]
public async Task Post([FromBody] Update update, [FromServices] ITelegramBotClient bot, [FromServices] UpdateHandler ha…
-
```
[17:19:36 ERROR]: [TelegramBridge] Error editing message: Error executing org.telegram.telegrambots.meta.api.methods.updatingmessages.EditMessageText query: [400] Bad Request: message is not modi…
-
## I would like to request/propose a feature
I tried to invoke `SendTextMessageAsync` like this:
```c#
SendTextMessageAsync(chatId: chatId, text: "👍", replyToMessageId: replyToMessageId);
```
…
-
Action fails and prints `error: missing value for --to` if chat id contains a minus sign at the beginning.
-
# I found a bug to report
GetStickerSetAsync() has error is_animated requird property not found
-
```java
SendMessage sendMessage = SendMessage.builder()
.chatId(userId)
.text("some text")
.messageEffectId("5107584321108051014") //👍
…
-
-
After update from Spring Boot 2.4.5 to Spring 2.5.0 I noticed the following exceptions in the application logs:
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 …