Telegram bot in python
Written by pmd - - no commentsInformation from Telegram itself : https://core.telegram.org/bots
- Create a new bot : https://core.telegram.org/bots#6-botfather
- Before adding a bot into a group conversation:
YOU: /setjoingroups
BotFather: Choose a bot to change group membership settings.
YOU: @YourBot BotFather: 'Enable' - bot can be added to groups.
'Disable' - block group invitations, the bot can't be added
to groups. Current status is: DISABLED
YOU: Enable
BotFather: Success! The new status is: ENABLED.
BotFather: Choose a bot to change group membership settings.
YOU: @YourBot BotFather: 'Enable' - bot can be added to groups.
'Disable' - block group invitations, the bot can't be added
to groups. Current status is: DISABLED
YOU: Enable
BotFather: Success! The new status is: ENABLED.
- Bot in python3 : python-telegram-bot