mast / telegram-bot-api

First Telegram Bot API node.js library
http://mast.github.io/telegram-bot-api/
MIT License
246 stars 64 forks source link

how to get group chat message? #44

Closed designedev closed 7 years ago

designedev commented 7 years ago

hi. i can get personal chat message, but i can`t in group chat.

how can i get group chat message?

realestninja commented 7 years ago

you probably need change the privacy settings of your bot. to do this you have to send '/setprivacy' to the telegram botfather and set it to 'Disable'.

designedev commented 7 years ago

@realestninja thank you! it works.