npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@unwarkz/n8n-nodes-telegram-bot

v1.1.3

Published

N8N community node for Telegram Bot API - full coverage of all Bot API methods with AI Agent tools

Readme

@unwarkz/n8n-nodes-telegram-bot

N8N community node for Telegram Bot API — full coverage of all Bot API methods with AI Agent tools integration.

Features

Telegram Bot Node

Full CRUD node covering the complete Telegram Bot API:

  • Messages: sendMessage, forwardMessage, copyMessage, sendPhoto, sendAudio, sendDocument, sendVideo, sendAnimation, sendVoice, sendVideoNote, sendMediaGroup, sendLocation, sendVenue, sendContact, sendPoll, sendDice, sendChatAction, editMessageText, editMessageCaption, editMessageMedia, editMessageReplyMarkup, editMessageLiveLocation, stopMessageLiveLocation, stopPoll, deleteMessage, deleteMessages
  • Chat Management: getChat, getChatAdministrators, getChatMemberCount, getChatMember, banChatMember, unbanChatMember, restrictChatMember, promoteChatMember, setChatAdministratorCustomTitle, setChatPermissions, exportChatInviteLink, createChatInviteLink, editChatInviteLink, revokeChatInviteLink, approveChatJoinRequest, declineChatJoinRequest, setChatPhoto, deleteChatPhoto, setChatTitle, setChatDescription, pinChatMessage, unpinChatMessage, unpinAllChatMessages, leaveChat, setChatMenuButton, getChatMenuButton, setChatStickerSet, deleteChatStickerSet
  • Bot Info: getMe, logOut, close, getMyCommands, setMyCommands, deleteMyCommands, getMyName, setMyName, getMyDescription, setMyDescription, getMyShortDescription, setMyShortDescription
  • Webhooks: setWebhook, deleteWebhook, getWebhookInfo
  • Files: getFile (download with binary data support)
  • Stickers: sendSticker, getStickerSet, getCustomEmojiStickers, uploadStickerFile, createNewStickerSet, addStickerToSet, setStickerPositionInSet, deleteStickerFromSet, deleteStickerSet, setStickerSetThumbnail
  • Inline: answerInlineQuery, answerWebAppQuery
  • Payments: sendInvoice, createInvoiceLink, answerShippingQuery, answerPreCheckoutQuery
  • Forum Topics: createForumTopic, editForumTopic, closeForumTopic, reopenForumTopic, deleteForumTopic, unpinAllForumTopicMessages, editGeneralForumTopic, closeGeneralForumTopic, reopenGeneralForumTopic, hideGeneralForumTopic, unhideGeneralForumTopic
  • Games: sendGame, setGameScore, getGameHighScores
  • Updates: getUpdates

Telegram Bot AI Tools Node

24 AI-agent-ready tools for the n8n AI Agent node:

| Tool | Description | |------|-------------| | telegram_send_message | Send text messages with formatting | | telegram_send_photo | Send photos (file_id, URL, or binary property reference) | | telegram_send_document | Send documents/files (accepts binary property reference from other tools) | | telegram_send_video | Send videos | | telegram_send_audio | Send audio files | | telegram_send_voice | Send voice messages | | telegram_send_location | Send GPS locations | | telegram_send_contact | Send contact cards | | telegram_send_poll | Create polls | | telegram_forward_message | Forward messages between chats | | telegram_edit_message | Edit sent messages | | telegram_delete_message | Delete messages | | telegram_get_file | Download files (stores in binary property for cross-tool use) | | telegram_send_chat_action | Show typing/uploading indicators | | telegram_get_chat | Get chat information | | telegram_send_sticker | Send stickers | | telegram_send_media_group | Send photo/document albums | | telegram_answer_inline_query | Answer inline queries | | telegram_pin_message | Pin messages | | telegram_unpin_message | Unpin messages | | telegram_send_invoice | Send payment invoices | | telegram_get_me | Get bot info | | telegram_set_webhook | Configure webhook | | telegram_delete_webhook | Remove webhook |

Cross-Tool Data Interop

The AI Tools node uses n8n native binary references for file exchange — no base64 in the AI context. Tools that produce files store them via prepareBinaryData and return a binaryPropertyName. Tools that consume files accept a binary_property_name parameter and read data via getBinaryDataBuffer. Compatible with N8N_DEFAULT_BINARY_DATA_MODE=filesystem and database.

Example workflows with AI Agent:

  • Download document from Telegram → Convert with Gotenberg → Send back to Telegram
  • Generate PDF with Gotenberg → Send to Telegram chat
  • Receive photo in Telegram → Process → Reply with result

Installation

Via n8n Community Nodes

  1. Go to SettingsCommunity Nodes
  2. Search for @unwarkz/n8n-nodes-telegram-bot
  3. Click Install

Manual Installation

cd ~/.n8n
npm install @unwarkz/n8n-nodes-telegram-bot

Credential Setup

  1. Create a bot via @BotFather on Telegram
  2. Copy the bot token
  3. In n8n, create a Telegram Bot API credential
  4. Paste your bot token
  5. (Optional) Change Base URL if using a local Bot API server

Part of the Assistant Set

This package is also included in the full @unwarkz/n8n-nodes-assistant-set package

License

MIT