https://github.com/miro1310/iobroker.telegram-menu
Easily create Telegram Menus
https://github.com/miro1310/iobroker.telegram-menu
iobroker iobroker-adapter telegram telegram-bot
Last synced: 17 days ago
JSON representation
Easily create Telegram Menus
- Host: GitHub
- URL: https://github.com/miro1310/iobroker.telegram-menu
- Owner: MiRo1310
- License: mit
- Created: 2023-03-25T08:56:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-06-05T05:13:07.000Z (19 days ago)
- Last Synced: 2026-06-05T07:29:13.396Z (18 days ago)
- Topics: iobroker, iobroker-adapter, telegram, telegram-bot
- Language: TypeScript
- Homepage:
- Size: 172 MB
- Stars: 17
- Watchers: 2
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_OLD.md
- License: LICENSE
Awesome Lists containing this project
README

# ioBroker.telegram-menu
[](https://www.npmjs.com/package/iobroker.telegram-menu)
[](https://www.npmjs.com/package/iobroker.telegram-menu)


[](https://nodei.co/npm/iobroker.telegram-menu/)

**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and instructions on disabling error reporting, please refer to the [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Use of Sentry reporting starts with js-controller 3.0.
## ioBroker telegram-menu adapter
Easily create Telegram Menus
You can create different groups with separate menus, and then assign users to them.
**If you like it, please consider a donation:**
[](https://www.paypal.com/donate/?hosted_button_id=7QGL5CXJCUSCE)
## Documentation
[πΊπΈ Documentation](./docs/en/README.md)
[π©πͺ Dokumentation](./docs/de/README.md)
## Changelog
### 4.2.1 (2026-06-06)
- FIX: #556 Disable send menu after adapter restart
- FIX: #555 Prevent double sending of state IDs when confirm=true
- CHORE: Update dependencies
### 4.2.0 (2026-05-09)
- FIX: Errors reported by sentry
- (copilot) Adapter requires node.js >= 22 now
### 4.1.1 (2026-04-19)
- FEAT: Add Unit tests
- FIX: SetDynamicValue does not send return text
### 4.1.0 (2026-04-12)
- FIX: #510 Error in json table textTable and button table, input changed please check the documentation
- Chore: #482 Update dependencies
- FIX: Errors reported by sentry
### 4.0.0 (2026-02-13)
- FEAT: #478 Return text with more than one id
- FEAT: #476 Add math to setstate
- FIX: Errors reported by sentry
[Older changelogs can be found there](CHANGELOG_OLD.md)
## License
MIT License
Copyright (c) 2023-2026 MiRo1310
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.