Telegram
Telegram-сообщение
Возвращает Telegram-сообщение по UUID.
get/telegrams/{telegram_uuid}
Path parameters
telegram_uuidstring uuid required
UUID в стандартном строковом формате.
Example:0ecfc650-9ad6-4c71-a196-7ca79ca1324d
UUID Telegram-сообщения.
Response
Данные Telegram-сообщения.
Example response
{
"uuid": "0ecfc650-9ad6-4c71-a196-7ca79ca1324d",
"status": "waiting",
"created": "2026-05-05T09:00:00+00:00",
"sended": "2026-05-05T09:00:00+00:00",
"tags": [
"postman",
"test"
],
"bot_id": "123456789",
"bot_name": "Smartofood Bot",
"bot_username": "smartofood_bot",
"bot_token": "123456789:example-token",
"chat_id": "123456789",
"chat_name": "Дмитрий",
"chat_username": "idmitrio",
"chat_type": "private",
"parse_mode": "HTML",
"preview": "Сообщение",
"button": {
"url": "https://smartofood.ru",
"label": "Открыть"
},
"message_id": "123"
}