grammyjs / grammY

The Telegram Bot Framework.
https://grammy.dev
MIT License
2.04k stars 106 forks source link

[feature] How do I listen for every messages in a group chat? #563

Closed 0xtrou closed 3 months ago

0xtrou commented 3 months ago

Tried .on('message') and also .hears() but it seems not to be working.

0xtrou commented 3 months ago

the only things that I get the bot to observe messages is to start with a slash, for eg: /test

0xtrou commented 3 months ago
image image

solved by turning off privacy mode in BotFather prompt.