python-telegram-bot / python-telegram-bot

We have made you a wrapper you can't refuse
https://python-telegram-bot.org
GNU General Public License v3.0
25.82k stars 5.24k forks source link

can we create a group and add our bot to that group using python #1954

Closed vajjaprasanth closed 4 years ago

vajjaprasanth commented 4 years ago

Issue I am facing

Please describe the issue here in as much detail as possible

Traceback to the issue

put it here

Related part of your code

put it here
Bibo-Joshi commented 4 years ago

Hi. Not with the Bot API, as it doesn't offer that functionality. See the official docs at core.telegram.org/bots/api for all available functionality. However, strictly speaking, you can do it in Python, but with a user bot instead of the Bot API. Please Google MTProto, telethon or pyrogram for more in information in that.