telegram-user: hint filePath/media for sends

This commit is contained in:
Muhammed Mukhthar CM 2026-01-26 12:10:24 +00:00
parent a414f8e7f5
commit 164c4d3310

View File

@ -231,6 +231,7 @@ export const telegramUserPlugin: ChannelPlugin<ResolvedTelegramUserAccount> = {
messageToolHints: () => [
"Telegram user polls only work in groups/channels (DM polls return MEDIA_INVALID). Use the group id for polls.",
"When ChatType is group, use currentChannelId as the target for message/poll actions.",
"To send files, use `message` action=send with `filePath` (local path) or `media` (URL); put any caption in `message`.",
],
},
outbound: {