Reputation: 21
Can you provide some info on how to access js telegram bot to all my messages (from private channels)? I use node telegram bot API and know how to redirect messages that the bot received directly but how can the bot listen to messages from my private channels? Help me please to solve this issue?
Upvotes: 1
Views: 1717
Reputation: 1
You need to use TDLIB with airgram.
You need to log into your TG account and then find and send the required information to your bots.
I have a small example https://github.com/ysset/telegram-api
Upvotes: 0