0

i want update input_message_content in InlineQueryResultArticle after clicking callback_data button

how do it?

kamal
  • 330
  • 3
  • 13

1 Answers1

0

You can use editMessageReplyMarkup method.

To update message sent via inline query, you should send this request with inline_message_id and new reply_markup parameters.

Sean Wei
  • 7,433
  • 1
  • 19
  • 39