pyrogram icon indicating copy to clipboard operation
pyrogram copied to clipboard

Client object has no attribute listen in pyrogram v2.0.106

Open dkpapp opened this issue 1 year ago • 1 comments

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

dkpapp avatar Nov 11 '23 13:11 dkpapp

What makes you think there should be one? Its not related to pyro.

KurimuzonAkuma avatar Nov 11 '23 14:11 KurimuzonAkuma