Commit dca23a3
committed
Add Telegram adapter and configuration support
- Introduced a new Telegram messaging adapter using the `teloxide` library, enabling interaction with Telegram bots.
- Updated the configuration to support Telegram settings, including bot token and DM user restrictions.
- Enhanced the Docker entrypoint script to generate a `config.toml` with Telegram settings based on environment variables.
- Added documentation for Telegram setup and usage, including detailed instructions for bot creation and configuration.
- Updated existing documentation to reflect the new Telegram adapter and its features.1 parent d890143 commit dca23a3
File tree
16 files changed
+1597
-31
lines changed- docs/content/docs
- (configuration)
- (deployment)
- (getting-started)
- (messaging)
- src
- messaging
16 files changed
+1597
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments