Skip to content

Commit dec2085

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth
AdminForth/1897/show-view-column-nama-renderer AdminForth/1897/show-view-column-nama-renderer
2 parents 0d6ee8e + 0faaefd commit dec2085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/documentation/docs/tutorial/06-Adapters/09-chat-surface-adapters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ All options for `new TelegramChatSurfaceAdapter(options)`:
147147

148148
- `botToken` (string, required) — Telegram bot token from BotFather.
149149
- `botUsername` (string, optional) — bot username. OAuth connected accounts are used for user linking.
150-
- `webhookSecret` (string, optional) — secret token configured in Telegram `setWebhook`.
150+
- `webhookSecret` (string, required) — secret token configured in Telegram `setWebhook`.
151151
- `streamingMode` (`draft` | `typing` | `off`, optional) — streaming behavior for Telegram responses.
152152
- Default: `draft`.
153153
- Note: Telegram drafts work only in private chats. In non-private chats the adapter automatically falls back from `draft` to `typing`.

0 commit comments

Comments
 (0)