Skip to content

Not receiving group messages #174

@gbrian

Description

@gbrian

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions