athphane / userbot

Telegram Userbot built with Pyrogram
GNU General Public License v3.0
155 stars 103 forks source link

Fix screenshot #65

Closed i701 closed 1 year ago

i701 commented 1 year ago

The screenshot plugin had outdated Client.send method which was causing it to break. So i updated to the working method of Client.invoke as per the Pyrogram 2.0 Release Docs.