Grommash9 / tg_chat_mate

https://grommash9.github.io/tg_chat_mate/
MIT License
5 stars 6 forks source link

Bot are typing and bot are uploading fiels updates #125

Closed Grommash9 closed 8 months ago

Grommash9 commented 8 months ago

We should send updates when manager are typing or uploading file on UI. For these we should have endpoints.

We should create file like routes/bot_actions.py and add routes in it.

Please use chat id as PATH param, and requests should be POST

Also please think about how often it can be triggered to not catch spam error from telegram

Should we send it less or should we filter it on getting it? In both options what is time limits to to it?

Grommash9 commented 8 months ago

We should create these routes inside 'user.py' routes as user methods

As 'user/15/send_typing'