tonym128 / shhh-bot

A Telegram Bot to convert speech to text from small videos and audio files.
MIT License
23 stars 1 forks source link

Cannot use this with a group chat #19

Open a-camacho opened 2 weeks ago

a-camacho commented 2 weeks ago

Hi,

I used this with my bot and a personal chat with him. But I cannot make it work when using a private group chat with multiple people inside (and my bot).

Am I right to assume that if I don't use the optional SHHH_ALLOWED_CHAT_IDS everyone talking to this bot, or in a group where this bot is, should trigger an action ?

Thanks a lot

a-camacho commented 2 weeks ago

After some more tests, getting logs in a chat group works.

What does not work is sending a vocal_message to a group_chat where the bot is. It does not pick the message and translate.

Would it be possible to have this feature ?

tonym128 commented 2 weeks ago

After some more tests, getting logs in a chat group works.

What does not work is sending a vocal_message to a group_chat where the bot is. It does not pick the message and translate.

Would it be possible to have this feature ?

I believe you need to make the bot an admin of the group so it can recieve messages via the API which aren't directly sent to it.

a-camacho commented 1 week ago

Oh ok thanks.

I will check how to make him admin and report back.