-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not receiving group messages #174
Comments
I also can't recieve group messages (even with bot mentions |
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, Thank you very much! |
FAQ worthy issue |
@krokofant, The issue isn't dependent on this library but rather on Telegram's side. |
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
The text was updated successfully, but these errors were encountered: