Search code examples
python-telegram-bot

How to add text and Inline buttons in switch_inline_query button?


I have a Inline button with attribute switch_inline_query, and I want after pressing the button and choosing conversation from bot sent a message in inline mode with the text and inline buttons, how can I make it? Please any ideas.


Solution

  • You can use reply_markup in result, just like this example