GolangUA / telegram-butler

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

[TB-17] Group rules acceptance on join request must be deactivated after the user interaction #39

Closed vpakhuchyi closed 6 months ago

vpakhuchyi commented 6 months ago

Precondition: a user received a request to accept or decline the group rules.

After the interaction with these buttons (any other replacement), I want these buttons to be removed/deactivated to not trigger the Bot handler anymore.

Note: only buttons must be removed/deactivated. Other messages should be unchanged.