https://github.com/n8n-code/n8n-nodes-telegram
Auto-generated OpenAPI schema
https://github.com/n8n-code/n8n-nodes-telegram
api automation n8n n8n-community-node n8n-node openapi swagger telegram workflow
Last synced: 1 day ago
JSON representation
Auto-generated OpenAPI schema
- Host: GitHub
- URL: https://github.com/n8n-code/n8n-nodes-telegram
- Owner: n8n-code
- Created: 2026-06-08T13:16:46.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2026-06-09T09:49:19.000Z (22 days ago)
- Last Synced: 2026-06-09T11:22:25.868Z (22 days ago)
- Topics: api, automation, n8n, n8n-community-node, n8n-node, openapi, swagger, telegram, workflow
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@n8n-dev/n8n-nodes-telegram
- Size: 143 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @n8n-dev/n8n-nodes-telegram

[](https://www.npmjs.com/package/@n8n-dev/n8n-nodes-telegram)
[](https://opensource.org/licenses/MIT)
---
**Stop writing telegram API integrations by hand.**
Every time you connect n8n to telegram, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
**What if connecting n8n to telegram took 5 minutes, not half a day?**
This node gives you **1+ resources** out of the box: **Default**: with full CRUD operations, typed parameters, and zero manual configuration.
---
## What You Get
- **Zero boilerplate**: Resources, operations, and fields are pre-configured and ready to use
- **Full CRUD**: Create, read, update, and delete support where the API allows it
- **Typed parameters**: No more guessing field types
- **Built-in auth**: API key authentication, ready to go
- **Declarative**: Native n8n performance, no custom execute() overhead
---
## Install
```bash
npm install @n8n-dev/n8n-nodes-telegram
```
**Or in n8n:**
1. **Settings → Community Nodes → Install**
2. Search: `@n8n-dev/n8n-nodes-telegram`
3. Click **Install**
---
## Quick Start
1. Install the node (above)
2. Add credentials: **telegram API** → paste your API key
3. Drag the **telegram** node into your workflow
4. Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
---
## Resources
| Resource | Operations |
|----------|------------|
| Default | Post add sticker to set, Post answer callback query, Post answer inline query, Post answer pre checkout query, Post answer shipping query, Post close, Post copy message, Post create new sticker set, Post delete chat photo, Post delete chat sticker set, Post delete message, Post delete sticker from set, Post delete webhook, Post edit message caption, Post edit message live location, Post edit message media, Post edit message reply markup, Post edit message text, Post export chat invite link, Post forward message, Post get chat, Post get chat administrators, Post get chat member, Post get chat members count, Post get file, Post get game high scores, Post get me, Post get my commands, Post get sticker set, Post get updates, Post get user profile photos, Post get webhook info, Post kick chat member, Post leave chat, Post log out, Post pin chat message, Post promote chat member, Post restrict chat member, Post send animation, Post send audio, Post send chat action, Post send contact, Post send dice, Post send document, Post send game, Post send invoice, Post send location, Post send media group, Post send message, Post send photo, Post send poll, Post send sticker, Post send venue, Post send video, Post send video note, Post send voice, Post set chat administrator custom title, Post set chat description, Post set chat permissions, Post set chat photo, Post set chat sticker set, Post set chat title, Post set game score, Post set my commands, Post set passport data errors, Post set sticker position in set, Post set sticker set thumb, Post set webhook, Post stop message live location, Post stop poll, Post unban chat member, Post unpin all chat messages, Post unpin chat message, Post upload sticker file |
---
## Why This Node?
**Without this node:**
- Hours of manual API integration
- Copy-pasting from telegram docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
**With this node:**
- Install → configure → use. 5 minutes.
- Auto-generated from the official telegram OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
---
## Auto-Generated
This node was auto-generated from the official **telegram** OpenAPI specification using
[@n8n-dev/n8n-openapi-node-ultimate](https://github.com/kelvinzer0/n8n-openapi-node-ultimate),
then validated against the live API so you get accurate types and real parameters, not guesswork.
When the telegram API updates, this node updates too.
---
## Support This Project
If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates.
[](https://n8n-code.github.io/membership/#/eyJ0aXRsZSI6IktlZXAgSXQgTW92aW5nIiwiZGVzYyI6Ik9uZSBkZXZlbG9wZXIgYnVpbHQgYSB0b29sIHRoYXQgYXV0by1nZW5lcmF0ZXNcbm44biBub2RlcyBmcm9tIGFueSBPcGVuQVBJIHNwZWMuXG5cbllvdXIgZG9uYXRpb24gZnVuZHMgbmV3IGZlYXR1cmVzLCBtb3JlIEFQSSBzdXBwb3J0LFxuYW5kIGJldHRlciB0b29saW5nIGZvciBldmVyeSBkZXZlbG9wZXIgYWZ0ZXIgeW91LiIsInRhcmdldCI6NTAwMCwiYWRkcmVzc2VzIjp7ImV0aGVyZXVtIjoiMHhmMDU1NWQ0MGRiRkI0ZTNCZjA3MDQ0MjgyQjc4RjJmRTFmNTFFZjcyIiwic29sYW5hIjoiNlpEVk5BYmpZZExEcXo4cGt3VUNHYllaNVV3QlFranB0QzU1Wk5vTFcybVUifSwiZGlzY29yZCI6Imh0dHBzOi8vZGlzY29yZC5nZy9wdERaOGU0aDkzIn0)
---
## License
MIT © [kelvinzer0](https://github.com/n8n-code)