J-Rios / TLG_JoinCaptchaBot

Telegram Bot to verify if users joining a group are human. The Bot sends an image captcha for each new user and kicks any of them who can't solve the captcha in a specified time.
GNU General Public License v3.0
516 stars 217 forks source link

[Request] Use @username in captcha message #71

Closed henkvantijen closed 3 years ago

henkvantijen commented 3 years ago

If user has a @username, use that in the message that says to do the captcha. In that way the new user gets a notification, knows she must do something. Now, a user can join a group just before lunch, then does not see this bot's message.

J-Rios commented 3 years ago

The Bot already do that if the user has an alias configured, otherwise, it will use the full name of the user. However, #33 could makes that the notification is not fired in the user client...