Merge pull request #670 from Melancholic/master

Fixed #652
This commit is contained in:
Ruben Bermudez 2019-10-09 02:05:41 +01:00 committed by GitHub
commit 4d3011b89f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}
}