i need help with sending the image along with the SendMessage entity. I need help with sending the image along with the SendMessage entity. I tried to do it through markdown markup, but it doesn't work - the image is displayed as a preview and the link is also visible.
sendMessage.enableMarkdown(true);
sendMessage.setText("<image src=\"https://info-master.su/programming/web/html/images/images-in-html.jpg\" alt=\"Текст с описанием картинки\">")
result https://disk.yandex.ru/i/8ibJJVBAaVNrUQ
how do I make exactly an embedded image, without a link, please help me