Log in here to report bugs or suggest features. Please enter your phone number in the international format and we will send a confirmation message to your account via Telegram.
We've just sent you a message.
Please confirm access via Telegram
Try to use InlineQueryResultArticle
in answerInlineQuery
with the link_preview_options
of the input_message_content
(InputTextMessageContent) set with the option show_above_text = TRUE
.
Create a bot which responds with InlineQueryResultArticle
in answerInlineQuery
with the
link_preview_options
of the input_message_content
(InputTextMessageContent) set with the option show_above_text = TRUE
. The image url should be unique and not previously cached by Telegram servers.
Use the Inline bot in any chat.
The link_preview is shown below the message_text.
The issue exists in all TAndroid, Telegram X, and TDesktop applications.