Hi there,
My bot is admin on a group created by another user and is not receiving the messages.
Any idea ?
My code:
`
....
// Setup polling way
var bot = new TelegramBot(token, {polling: true});
// Any kind of message
bot.on('message', function (msg) {
...
});
....
`
Thanks in advance
I also can't recieve group messages (even with bot mentions @botname) when I added my bot to my group
Have you disabled privacy?
I've tried all that... ENABLED and DISABLED... I got it to work by changing/editing my group settings from 'Public Supergroup' (supergroup with a public link) to 'Private Supergroup' (supergroup without a public link)
It works fine in all normal (non-super) groups
If your bot is not getting messages:
The order is important.
Hi,
I followed @Cameri 's list and worked prefectly :+1:
Thank you very much!
FAQ worthy issue
@krokofant, The issue isn't dependent on this library but rather on Telegram's side.
Most helpful comment
If your bot is not getting messages:
The order is important.