Merge branch 'refs/heads/markdown'

This commit is contained in:
Patrick Haßel 2024-06-10 08:51:20 +02:00
commit e3e436d413

View File

@ -150,7 +150,6 @@ public class TelegramService {
final SendPhoto send = new SendPhoto(CHAT_ID + "", inputFile);
log.debug("{}", send);
send.setCaption(createText(offer));
send.setParseMode("Markdown");
send.setReplyMarkup(createKeyboard(offer));
final Message message = bot.execute(send);