mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-27 18:30:40 +00:00
fix: align extension plugin and docs with new replyToMode default
Update the Telegram extension channel plugin fallback and documentation to reflect the new "off" default, as flagged by Greptile review.
This commit is contained in:
committed by
Vignesh Natarajan
parent
258f7a1687
commit
b5026aee69
@@ -412,9 +412,9 @@ curl "https://api.telegram.org/bot<bot_token>/getUpdates"
|
||||
|
||||
`channels.telegram.replyToMode` controls handling:
|
||||
|
||||
- `first` (default)
|
||||
- `off` (default)
|
||||
- `first`
|
||||
- `all`
|
||||
- `off`
|
||||
|
||||
</Accordion>
|
||||
|
||||
@@ -694,7 +694,7 @@ Primary reference:
|
||||
- `channels.telegram.groups.<id>.topics.<threadId>.requireMention`: per-topic mention gating override.
|
||||
- `channels.telegram.capabilities.inlineButtons`: `off | dm | group | all | allowlist` (default: allowlist).
|
||||
- `channels.telegram.accounts.<account>.capabilities.inlineButtons`: per-account override.
|
||||
- `channels.telegram.replyToMode`: `off | first | all` (default: `first`).
|
||||
- `channels.telegram.replyToMode`: `off | first | all` (default: `off`).
|
||||
- `channels.telegram.textChunkLimit`: outbound chunk size (chars).
|
||||
- `channels.telegram.chunkMode`: `length` (default) or `newline` to split on blank lines (paragraph boundaries) before length chunking.
|
||||
- `channels.telegram.linkPreview`: toggle link previews for outbound messages (default: true).
|
||||
|
||||
Reference in New Issue
Block a user