ruecat / ollama-telegram

🦙 Ollama Telegram bot, with advanced configuration
MIT License
298 stars 82 forks source link

Support for both group types #23

Closed bschwab closed 10 months ago

bschwab commented 10 months ago

Telegram has two types of groups, standard and supergroup

When testing this bot out, I created a new regular group, added the bot and made it an admin I tried to start a conversation with the bot in the new group chat but it wouldn't respond to mentions

After debugging, added support for the regular group so that mentions would work with this change Tested direct messages and group mentions and they both work now

ruecat commented 10 months ago

Thanks!