Skip to content

Commit 78b26ba

Browse files
committed
Move file conversion confirmation after sendDocument API call
1 parent 729bb6f commit 78b26ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/github/stickerifier/stickerify/bot/Stickerify.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ private void answerFile(TelegramRequest request, String fileId) {
148148
.replyParameters(new ReplyParameters(request.getMessageId()))
149149
.disableContentTypeDetection(true);
150150

151-
answerText(FILE_READY, request);
152151
execute(answerWithFile);
152+
answerText(FILE_READY, request);
153153
}
154154
} catch (InterruptedException e) {
155155
Thread.currentThread().interrupt();

0 commit comments

Comments
 (0)