GolangUA / telegram-butler

:airplane: Telegram bot for managing GolangUA community
MIT License
3 stars 2 forks source link

[TB-19]: Find a way to simplify join request approval #51

Closed hrvadl closed 5 months ago

hrvadl commented 5 months ago

Right now if the user hasn't been in conversation with the bot and sent a join request, the user needs to a message first, to be notified about a successful join request. That's why we asked him to greet the bot. We got feedback that it's too complicated. We need to research a way to simplify this & implement POC. Possible solutions are:

  1. After the user clicks the "Agree" button edit the previous message with a confirmation message instead of sending a new one.
  2. ...