Naltox / telegram-node-bot

Node module for creating Telegram bots.
MIT License
723 stars 143 forks source link

runForm in groups #50

Closed tunix closed 8 years ago

tunix commented 8 years ago

Hi @Naltox ,

I'm designing a bot that works in both private & group chats. The bot's privacy is set to ENABLED so it can only listen to commands and mentions. When bot asks first question in the form it cannot proceed even when I send the reply like this: @foobot answer.

When I look at the source code, I see that runForm uses waitForRequest on the back. waitForRequest uses chatId to execute the correct callback. Afaik mentions use the same chatId so it should just work but bot just doesn't work as it does in private chat. Any ideas?

tunix commented 8 years ago

Seems like this is a Telegram issue and not possible to do at the moment. Closing..