Merge branch 'refs/heads/markdown'
This commit is contained in:
commit
e3e436d413
@ -150,7 +150,6 @@ public class TelegramService {
|
|||||||
final SendPhoto send = new SendPhoto(CHAT_ID + "", inputFile);
|
final SendPhoto send = new SendPhoto(CHAT_ID + "", inputFile);
|
||||||
log.debug("{}", send);
|
log.debug("{}", send);
|
||||||
send.setCaption(createText(offer));
|
send.setCaption(createText(offer));
|
||||||
send.setParseMode("Markdown");
|
|
||||||
send.setReplyMarkup(createKeyboard(offer));
|
send.setReplyMarkup(createKeyboard(offer));
|
||||||
final Message message = bot.execute(send);
|
final Message message = bot.execute(send);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user