This commit is contained in:
nagorny 2019-08-24 18:57:34 +03:00
parent f85409f852
commit afe35b4b14
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ public abstract class DefaultAbsSender extends AbsSender {
return sendAudio.deserializeResponse(sendHttpPostRequest(httppost));
} catch (IOException e) {
throw new TelegramApiException("Unable to send sticker", e);
throw new TelegramApiException("Unable to send audio", e);
}
}