WEEE-Open / weeelab-telegram-bot

Telegram bot for querying the weeelab log and some additional cool stuff.
GNU General Public License v3.0
8 stars 4 forks source link

Add /weeelcome command #67

Open e-caste opened 4 years ago

e-caste commented 4 years ago

When a new member joins the team, use this command to add them to the team's Telegram groups. Everyone should be added by default to the announcements and chat groups, but it should be possible to select, with an interactive keyboard:

This should be done by updating a reply_keyboard object, and every menu should include a Close button. The groups submenu should have a back button, to select other people.
This command should be reserved to bot admins.

e-caste commented 4 years ago

See this stackoverflow question for more details. There is no API to do exactly what this issue says, but the bot can still send group invite links, if the user has started it in a private chat. Also, read the docs here