Closed vladimirovichsa closed 5 years ago
@vladimirovichsa it is already fixed in dev branch with #524 You can use jitpack https://jitpack.io/#rubenlagus/TelegramBots/dev-SNAPSHOT
This should be closed, it is now included with the latest version on maven.
@vladimirovichsa can be closed
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, I get this error org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error sending animation: [400] Bad Request: there is no voice in the request at org.telegram.telegrambots.meta.api.methods.send.SendAnimation.deserializeResponse (SendAnimation.java: 205).