Modal Window or Pop-up

(Александр) #1

Hello! Can u tell me please how to make a modal window in telegram bot through the flow xo system? I use this JSON pattern. What should I change?

{
“chat_id”: “{{button9.channel_id}}”,
“text”: “Одолжить пылесос могут @nik_zhukov @richerok”,
“reply_markup”:
{
“inline_keyboard”: [
[
{
“text”: “Цены и условия”,
“url”:“LINK”
}]
]
}
}