Sonys9

Results 1 issues of Sonys9

### Code that causes the issue ```python from telethon import TelegramClient async def create_bot(client : TelegramClient, username): conservation = client.conversation("@BotFather", exclusive=False) msg = await conservation.send_message('/newbot') response = await conservation.get_response() ```...