What is your goal?
I want to understand why my Telegram scenario isn’t sending messages from Google Drive as expected.
What is the problem & what have you tried?
Problem
Scenario runs (on schedule and via Run once) but no messages are delivered to either Telegram destination:
• Channel: @alivesilk
• Group/Club: -1001078073507
No explicit 4xx/5xx error in Execution Inspector; Telegram modules finish without a visible error and nothing appears in chats.
What we’ve tried
• Bot is admin in both chats; rights verified.
• Switched Telegram modules to Send by = Data and feed files from Google Drive → Download a file (Data, Name).
• Tested both paths: Send a video note (channel) and Send a photo (group).
• Simplified/disabled filters (router conditions set to always true) to avoid blocking bundles.
• Retried multiple Run once executions; also triggered by schedule.
• Tested with different media (JPG/MP4 from Drive), same result.
• Channel addressed by @username; group by numeric -100… ID.
Sample files used (for repro)
• Excel schedule: sandbox:/mnt/data/Autopost_Schedule_Dec_2025.xlsx
• MP4 sample 1: sandbox:/mnt/data/классической шелковой вышивки из Сучжоу (2).mp4
• MP4 sample 2: sandbox:/mnt/data/Живой Шелк (2).mp4
Error messages or input/output bundles
No explicit error shown in Execution Inspector.
Execution excerpts:
Module: Telegram Bot > Send a video note (channel)
Input:
{
“chat_id”: “@alivesilk”,
“send_by”: “data”,
“video_note”: “ Data>”,
“filename”: “ Name>”,
“caption”: “…”
}
Output:
{} // no message_id returned; nothing delivered
Module: Telegram Bot > Send a Photo (group)
Input:
{
“chat_id”: “-1001078073507”,
“send_by”: “data”,
“photo”: “ Data>”,
“filename”: “ Name>”,
“caption”: “…”
}
Output:
{} // empty result; nothing delivered
We don’t see any 4xx/5xx in the run. Please advise where to view the raw Telegram API response when a module finishes without an error but no message appears.
Screenshots attached: module settings + Execution Inspector (Output).









