pyrogram
pyrogram copied to clipboard
Client object has no attribute listen in pyrogram v2.0.106
Checklist
- [X] I am sure the error is coming from Pyrogram's code and not elsewhere
- [X] I have searched in the issue tracker for similar bug reports, including closed ones
- [X] I ran
pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip
and reproduced the issue using the latest development version
Description
It faces error Client object has no attribute listen in pyrogram v2.0.106
Steps to reproduce
From pyrogram.types import Message ask_: Message = await bot.listen(message.chat.id, timeout=300)
Code example
No response
Logs
No response
What makes you think there should be one? Its not related to pyro.