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
520 stars 217 forks source link

Send all messages silently #35

Closed ManuelSchneid3r closed 4 years ago

ManuelSchneid3r commented 4 years ago

Not tested but should work since changes are minimal and taken from the original docs here: https://github.com/python-telegram-bot/python-telegram-bot/wiki/Adding-defaults-to-your-bot

Closes #33

J-Rios commented 4 years ago

Bot updated to support python-telegram-bot 12.5.1 version.

All messages are send silently now by using "Defaults" following this pull request recommendation, thanks.

PR closed.