
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
n8n-nodes-telegram-bot-gridasov
Advanced tools
n8n community node for Telegram with Bot API and MTProto API support. Includes two nodes: Telegram Bot (simple setup with Bot API) and Telegram MTProto (advanced setup that can receive ALL messages including from bots in groups).
This is a community node for n8n that provides two nodes for working with Telegram:
n8n-nodes-telegram-bot-gridasov
/newbot
commandSchedule Trigger (every 5 minutes)
↓
Telegram Bot (Get New Updates)
↓
IF (check message type)
↓
Process messages
The node automatically tracks the last processed messages:
{
"update_id": 123456789,
"message": {
"message_id": 1,
"from": {
"id": 123456789,
"is_bot": false,
"first_name": "John",
"username": "john_doe"
},
"chat": {
"id": 123456789,
"first_name": "John",
"username": "john_doe",
"type": "private"
},
"date": 1640995200,
"text": "Hello, bot!"
}
}
{
"message": "No new updates available",
"last_offset": 123456790,
"timestamp": "2025-07-16T08:30:00.000Z"
}
⚠️ IMPORTANT LIMITATION: Telegram Bot API has server-side restrictions on receiving messages from other bots. This is a Telegram-level limitation and cannot be fully bypassed through Bot API.
/mybots
The Telegram MTProto node uses MTProto API and can receive ALL messages, including messages from other bots in groups.
Get API credentials:
api_id
and api_hash
Create credentials in n8n:
First run:
Schedule Trigger (every 5 minutes)
↓
Telegram MTProto (Get Chat Messages)
↓
Process messages (including from bots!)
✅ Receives ALL messages including from bots
✅ No Telegram server limitations
✅ More powerful API with extended capabilities
✅ Works with any chats where you have access
❌ Complex setup - requires API credentials
❌ Authentication - requires phone number
❌ More dependencies - uses telegram library
If messages from bots are not coming:
/mybots
→ select bot → Bot SettingsYou can test the API directly using a test script:
# Download test script
curl -O https://raw.githubusercontent.com/your-repo/test-telegram-api.js
# Run test
node test-telegram-api.js YOUR_BOT_TOKEN
MIT
FAQs
n8n community node for Telegram with Bot API and MTProto API support. Includes two nodes: Telegram Bot (simple setup with Bot API) and Telegram MTProto (advanced setup that can receive ALL messages including from bots in groups).
The npm package n8n-nodes-telegram-bot-gridasov receives a total of 73 weekly downloads. As such, n8n-nodes-telegram-bot-gridasov popularity was classified as not popular.
We found that n8n-nodes-telegram-bot-gridasov demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.