Sonys9
Results
1
issues of
Sonys9
conservation.get_response() TypeError: '<' not supported between instances of 'float' and 'NoneType'
8
### 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() ```...