%var={
"chat_id": %sys.extuid,
"text": "Привіт Бро!\n\nОбери магазин для тесту 👇",
"reply_markup": {
"inline_keyboard": [
[
{
"text": "Магазин 1",
"switch_inline_query_current_chat": "store1"
},
{
"text": "Магазин 2",
"switch_inline_query_current_chat": "store2"
}
],
[
{
"text": "Розмістити свій магазин",
"switch_inline_query_current_chat": ""
}
]
]
}
}
$SYS.POST
- 3 more items...