Just posting an update for anyone using Telepilot with n8n. Versions 0.5.0 and 0.5.1 have been released with several improvements and new features based on community input and contributions, incorporated from two forks. Thanks to everyone who submitted issues or pull requests.
In 0.5.0, a new “Custom Request” node was added. This allows users to send raw TDLib JSON directly, which is useful for advanced or less-common Telegram API calls that aren’t covered by predefined nodes. Message-sending capabilities have been expanded to support sendMessageAudio
, sendMessageVideo
, and sendMessageFile
, enabling more complete handling of Telegram media. @pamir75 you should now be able to implement your Video resizing use-case with Telepilot.
The main node now supports a continueOnFail
option, which is useful in workflows that involve multiple actions and need to proceed even if one fails. For triggers, there’s now an option to ignore group events, which helps avoid unnecessary executions when working with bots in group chats.
The getChatHistory
node has been updated with a limit
parameter. Without fromMessageId
, this node previously returned only 1-2 messages. With the update, users can retrieve up to 100 messages, offering more control when fetching message history.
Telepilot has also been re-licensed under the MIT license to make it easier for developers to contribute and integrate with other projects.
Version 0.5.1 focuses on message linking and threaded conversations. It introduces two new actions: getMessageLinkInfo
, which fetches metadata for a given Telegram message link (public or private), and getMessageLink
, which generates a shareable link to a specific message. Additionally, all sendMessage*
nodes now support the message_thread_id
parameter. This enables Userbots and workflows to post replies directly into specific threads or topics, improving integration with Telegram’s supergroup forum features.
Repository and documentation are available at:
GitHub: GitHub - telepilotco/n8n-nodes-telepilot
Install guide: ⚙️ How to install and configure TelePilot as n8n plugin
Community feedback and support: Telegram: View @telepilotco_group
Let me know if you run into any edge cases or issues—always open to suggestions and contributions.