TBXark / ChatGPT-Telegram-Workers

Deploy your own Telegram ChatGPT bot on Cloudflare Workers with ease.
https://t.me/ChatGPT_Telegram_Workers
MIT License
3.41k stars 819 forks source link

Support for quotes and replies #239

Closed DarremMolko closed 7 months ago

DarremMolko commented 7 months ago

Hi. I have been using this bot for a couple of months and I really like it. One thing I think would be nice is if the bot could interact with quotes and replies. For example if I quote or reply to someone else's message with "@my_example_bot translate this" it should translate the quoted/replied message. Is this possible? Thank you in advance.

TBXark commented 7 months ago

Do you mean to use it in a group chat?

DarremMolko commented 7 months ago

Yes, that's why I said while quoting or replying to someone else's message. IMG_20240204_085356_443

TBXark commented 7 months ago

Sounds like a good idea,I'll try tomorrow.

TBXark commented 7 months ago

The dev branch has already added this feature, you need to add an environment variable to activate it. EXTRA_MESSAGE_CONTEXT = "true"

TBXark commented 7 months ago
image
DarremMolko commented 7 months ago

Thank you! It seems to be working as intended.