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