Fixed #652
This commit is contained in:
parent
f85409f852
commit
afe35b4b14
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user