Skip to content

Commit 5d76f5b

Browse files
committed
docs: document Audio/Voice support for LINE and Telegram
1 parent 2d251ab commit 5d76f5b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/line.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ In the LINE Developers Console → **Messaging API** tab → scan the QR code wi
8484
- **1:1 chat** — send a message to the bot, get an AI agent response
8585
- **Group chat** — add the bot to a group, it responds to all messages
8686
- **Images** — send image messages to the bot (automatically compressed and resized)
87+
- **Audio** — send audio messages (e.g. voice notes). They are automatically transcribed (if STT is enabled in Core) and passed to the agent as text.
8788
- **Webhook signature validation** — HMAC-SHA256 via `LINE_CHANNEL_SECRET`
8889

8990
### Not Supported (LINE API limitations)

docs/telegram.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ DMs and replies within forum topics always trigger the agent (no @mention needed
172172

173173
- **Images** — send photos (compressed/resized automatically).
174174
- **Documents** — send text-based files (e.g. `.txt`, `.csv`, `.rs`, `.py`) up to 512KB. They are passed directly to the agent as text.
175+
- **Audio/Voice** — send voice notes or audio files. They are automatically transcribed (if STT is enabled in Core) and passed to the agent as text.
175176

176177
### Emoji reactions
177178

0 commit comments

Comments
 (0)