...
Блок кода | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
curl --location --globoff --request GET 'https://api.telegram.org/bot{token}/sendMessage?chat_id={chat_id}&text={text}&message_thread_id={topic_id}' \ --header 'Content-Type: application/json' \ --data '{ "reply_markup": { "inline_keyboard": [ [ { "text": "Ссылка на сайт", "url": "https://twin24.ai" }, { "text": "WebApp", "web_app": { "url": "https://twin24.ai" } } ], [ { "text": "Ссылка на сайт2", "url": "https://twin24.ai" }, { "text": "WebApp2", "web_app": { "url": "https://twin24.ai" } } ] ] } }' |
...